@CHARSET "UTF-8";

.overlay{ background-color:#000; display:none;}
/* auth */
.authorization{color:#5d5d5d; font-size:13px; width:570px; height:410px; position:fixed; z-index:30; left:50%; margin-left:-260px; top:10%; display:none;}
.authorization p {color:#5d5d5d; font-size:13px;}
.authorization form{z-index:40;padding:5px 50px 5px 50px; background:white;}
.authorization h3{ color:#000000; font-size:42px; font-weight:normal; }
.authorization input.text{ text-align:center; height:30px;border:1px solid #7f7f7f; font-size:180%; width:99%; background:white;}
#password{ margin-bottom:12px;}
#remember{ vertical-align:middle; margin-right:2px; margin-left:0;}
.authorization .label_remember{ color:#808080; margin-right:2px; display:inline;}
* html #authorization{
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
