#kotara{
left: 0;
top: 0;
overflow: hidden;
width: 100%;
height: 0;
/*min-height: 100%;*/
position: absolute;
background-color: #777;
opacity: 0.5;
filter: alpha(opacity: 50);
z-index: 30;
}
#login-layer{
z-index: 31;
left: 0;
top: 0;
position: absolute;
width: 100%;
height:0;
overflow: hidden;
/*height: auto !important;
height: 100%;
min-height: 100% !important;*/
}
#login-frame{
color: #777;
font-size: 12px;
background-image: url(../images/login.bg.gif);
background-repeat: no-repeat;
width: 479px;
height: 348px;
margin: 15% auto;
padding: 20px;
}
#login-frame p{
margin: 0;
padding: 3px 0;
}

#login-frame .form-row{
margin: 5px 0;
}
#login-frame .input1{
width: 200px;
}
#login-frame img{border: none;}
#login-frame .label1, #login-frame .label2{
float: left;
width: 120px;
}
#login-button{
width: 186px;
height: 33px;
border: none;
background-color: transparent;
color: white;
font-weight: bold;
background-image: url(../images/login.button.jpg);
background-repeat: no-repeat;
}
.login-close{
float: right;
}