﻿.loginpage_login_container
{
    height: 492px;
    width: 972px;
    background: url(../images/login_bg.gif);
    background-repeat: no-repeat;
    margin: 20px auto 0px auto;
    border-radius: 10px;
}
#login
{
    background-image: url(../Images/login_box_2.png);
    background-repeat: no-repeat;
    width: 336px;
    height: 223px;
    margin-left: 120px;
    float: left;
}
#login_1
{
    background-image: url(../Images/login_box_1.png);
    background-repeat: no-repeat;
    width: 336px;
    height: 223px;
    margin-left: 120px;
    float: left;
}

.LoginTextBox
{
    background: url('../Images/input_box.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 180px;
    border: none;
    margin-bottom: 25px;
    margin-left: 15px;
    color: #333;


}
.PassTextBox
{
    background: url('../Images/input_box.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 180px;
    border: none;
    margin-bottom: 15px;
    margin-left: 20px;
    font-size: 9pt;
    color: #333;
}
#loginpage_login_content
{
    margin-left: auto;
    margin-right: auto;
    width: 265px;
    margin-top: 30px;
}
.login-info
{
    font-size: 8pt;
    font-weight: bold;
    color: #333;
    line-height: 20px;
    padding-top: -10px;
}
.login_name
{
    width: 200px;
    line-height: 20px;
    font-size: 10pt;
    color: #333;
    margin-left: 80px;
    margin-top: 25px;
    font-weight: bold;
}
.Info
{
    /*line-height: 1px;*/ /*font-size: 9pt;*/
    color: red; /*float:right;*/
    margin: -37px 0 0 70px;
    position:absolute;
}
#forgot-password
{
    text-align: right;
    padding-right: 25px;
}
#forgot-password a
{
    color: #ffffff;
    font-size: 4pt;
    line-height: 20px;
}
.login-buttton
{
    width: 59px;
    height: 22px;
    padding-right: -5px;
    background-image: url(../Images/login_buttonn.png);
    background-repeat: no-repeat;
    float: right;
    border: none; cursor:pointer;
    
}
.main_loging_container
{
    width: 552px;
    height: 390px;
    float: left;
    margin-top: 100px;
}
.login_shadow_image
{
    width: 487px;
    height: 143px;
    background: url(../Images/login_shadow.png);
    margin-left: 43px;
    margin-top: -12px;
}
.login_shadow_image_1
{
    width: 444px;
    height: 148px;
    background: url(../Images/login_shadow_1.png) no-repeat;
    margin-left: 66px;
    margin-top: -18px;
}
.clear
{
    clear: both;
}
