/* CSS Document */
/* Форма для входа */
#login_form {
       margin:16px;
}
#recov_box {
       position:absolute;
       height:200px;
       width:400px;
       margin:-100px 0px 0px -200px;
       top: 50%;
       left: 50%;
       text-align: left;
       /*padding: 0px;*/
       background-color: #f5f5f5;
       border: 1px dotted #000000;
       overflow: auto;
       display:none;
       z-index:12;
}
#login_box {
       position:absolute;
       height:200px;
       width:400px;
       margin:-100px 0px 0px -200px;
       top: 50%;
       left: 50%;
       text-align: left;
       /*padding: 0px;*/
       background-color: #f5f5f5;
       border: 1px dotted #000000;
       overflow: auto;
       display:none;
       z-index:12;
}
#overlay{
       position:absolute;
       display:none;
       background:#000;
       opacity:.8;
       filter:alpha(opacity=80);
       left: 0;
       top:0;
       z-index:11;
       height:100%;
       width:100%; 
}
label {
       display:block;
       width:140px;
       padding:0 6px;
       float:left;
       text-align:right;
}
/*
input {
       float:left;
}   */
form br {
       clear:both;
}
#submit {
       margin-left: 150px;
}
#recov_close_btn {
       display:block;
       height:26px;
       text-align:right;
}
#recov_result {
       display:block;
       margin:10px;
       text-align: left;
       text-indent: 5px;
       height:22px;
       line-height:22px;
}
#close_btn {
       display:block;
       height:26px;
       text-align:right;
}
#login_result {
       display:block;
       margin:10px;
       text-align: left;
       text-indent: 5px;
       height:22px;
       line-height:22px;
}
.error {
       background:#f9caca;
       border: 1px solid #f00;
}
.success {
       background:#caf9ca;
       border: 1px solid #0f0;
}
.process {
       background:#cacaf9;
       border: 1px solid #00f;
}
