#login-box {
position: absolute;
z-index: 99;
top: 200px;
left: 30%;
width: 472px;
height: 383px;
left: 31%;
top: 85px;/*
 background: #fff;
border:solid #eee 5px;*/
display: none;
z-index: 99;
overflow: hidden;
}
#login-form {
width: 100%;
height: 100%;
background-image: url(../images/new/login.png);
background-repeat: no-repeat;
background-position: 0% 0%;
}

#login-form * {
color: #333333;
font-family: Times New Roman, Times, serif;
font-size:12px;
}

#login-form a, #login-form input {
position:relative;
}

#login-form .header {
background-image: url(../images/new/login-moscow.gif);
background-repeat: no-repeat;
background-position: 40px 15px;
height: 65px;
}
#login-form .header p {
color: #991b1b;
font-weight: bold;
font-size: 16px;
padding: 25px 0  0 90px;
}

#login-form .subheader {
height: 30px;
}
#login-form .subheader p {
text-align: center;
color: #fff;
font-weight: bold;
font-size: 19px;
}

#login-form .login-form {
float: left;
width: 200px;
}
#login-form .login-form form {
margin: 0 5px 0 45px;
}
#login-form .login-form form input {
border-left: 1px solid #808080;
border-right: 1px solid #d4d0c8;
border-top: 1px solid #808080;
border-bottom: 1px solid #d4d0c8;
}
#login-form .login-form form input.button {
border-right: 1px solid #808080;
border-left: 1px solid #d4d0c8;
border-bottom: 1px solid #808080;
border-top: 1px solid #d4d0c8;
}
#login-form .login-form p {
margin: 3px 0 15px 0;
}
#login-form .content {
margin-left: 200px;
border-left: 1px solid #000;
height: 210px;
}
#login-form .content p {
padding: 0 20px 0 5px;
}

#login-form .footer {
clear: both;
}
#login-form .footer p {
font-size: 10px;
padding: -10px 20px;
text-align: right;
}
#login-form .footer p a {
font-size: 10px;
}

#background {
position: absolute;
background-color: #ede9eb;
top: 0;
left: 0;
width: 100%;
opacity: 0.85;
filter: alpha(opacity=75);
z-index: 100;
}
