/* modal okno */
 
#mask {
  position: absolute;
  left:0px;
  top: 0px;
  z-index:9100;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position: fixed;
  left:0;
  top: 0;
  width:420px;
  height:480px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 10px;
}
#boxes .window .err { text-align:center; color:#FF0000;}

#boxes .window h2 {
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	color: #AD7752;
	z-index: 15;
	padding-top: 40px; 
}
#boxes .window hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	margin-top: 10px;
}
#boxes .window p { margin-top: 30px; text-align:center;}
#boxes .window ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}



#boxes .window ul, menu, dir {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
#boxes .window .logo2 {
	position: absolute;
	z-index: 10;
}
#boxes .window i { color:#FF0000;}
.callback-form { margin-top: 20px;}
.callback-form  label {
    margin-right: 15px;
    height: 25px;
    line-height: 30px;
    margin-bottom: 0;
    float: left;
    width: 100px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    cursor: default;
}
.callback-form input {
    border: 1px solid #c0c0c0;
    border-radius: 4px;
	margin-bottom: 5px;
    padding: 3px 6px;
    height: 26px;
    font-size:  20px;
    width: 220px;
    line-height: 26px;
    box-shadow: 0 2px 3px rgba(0,0,0,.15) inset; }
.callback-form textarea {
    border: 1px solid #c0c0c0;
    border-radius: 4px;
	margin-bottom: 5px;
    padding: 3px 6px;
    height: 100px;
    font-size:  20px;
    width: 220px;
    line-height: 26px;
    box-shadow: 0 2px 3px rgba(0,0,0,.15) inset; }
#boxes  #myLink {
	margin-left: 180px;
	margin-top: 40px;
	font-size:20px;
	line-height: 30px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

#boxes  #myLink:hover { color:#00CC00;}

#boxes #dialog {
  width:420px; 
  height:480px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#dialog1 .d-header {
  background:url(images/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(img/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}

.close img { right: 10px; top: 10px;}
/*------2*/
.ok { text-align:center; font-size:18px; color:#FF0000; margin: 20px;}

/*modalnoe okno!!!*/
