    .style1
    {
        width: 287px;
    }

body
{
    background-color:#001B3D;
	background-image:url(Images/LoginForm_bg.png);
	background-repeat:repeat-x;
    font-family: Arial, Helvetica, sans-serif, "宋体";
    font-size: 12px;
    color: #000;   
}
a
{
    color: #1E7ACE;
    text-decoration: none;
}
a:hover
{
    color: #81026B;
    text-decoration: underline;
}
h3
{
    font-size: 14px;
    font-weight: bold;
}
pre, p
{
    color: #1E7ACE;
    margin: 4px;
}
input, select, textarea
{
    padding: 1px;
    margin: 2px;
    font-size: 11px;
}
.buttom
{
    padding: 1px 10px;
    font-size: 12px;
    border: 1px #1E7ACE solid;
    background: #D0F0FF;
}
#formwrapper
{
    width: 450px;
    margin: 15px auto;
    padding: 20px;
    text-align: left;
    border: 1px #1E7ACE solid;
}
fieldset
{
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #1E7ACE;
    background: #fff;
}
fieldset legend
{
    color: #1E7ACE;
    font-weight: bold;
    padding: 3px 20px 3px 20px;
    border: 1px solid #1E7ACE;
    background: #fff;
}
fieldset label
{
    float: left;
    width: 120px;
    text-align: right;
    padding: 4px;
    margin: 1px;
}
fieldset div
{
    clear: left;
    margin-bottom: 2px;
}
.cgenter
{
    text-align: center;
}
.clear
{
    clear: both;
}
.LoginContainer
{
    margin: 0 auto;
    padding: 188px 0px 0px 305px;
    width: 715px;
    height: 412px;
    background-image: url(Images/LoginForm.png);
    background-repeat: no-repeat;
}
.LoginFrom
{
    padding-top: 68px;
    width: 372px;
    height: 137px;
}
.LoginInputUserName
{
    padding: 0px 0px 0px 90px;
    width: 230px;
    height: 22px;
}

.LoginInputUserName input
{
    background: url(Images/LoginForm_InputBg.png) no-repeat;
    width: 230px;
    height: 22px;
    border: 0px;
}
.LoginInputPassword
{
    padding: 20px 0px 0px 90px;
    width: 230px;
    height: 38px;
}
.LoginInputPassword input
{
    background: url(Images/LoginForm_InputBg.png) no-repeat;
    width: 230px;
    height: 22px;
    border: 0px;
}
.LoginErrorAndSubmit
{
    padding: 0px 0px 0px 0px;
    width: 371px;
    height: 30px;
}

.LoginOthersButton
{
    padding: 3px 0px 0px 170px;
    height: 36px;
}
.submitButton
{
    cursor: pointer;
    background: url(Images/LoginFormBtnSubmit.png) no-repeat;
    width: 67px;
    height: 25px;
    border: 0px;
}
#BtnForgotPassowd
{
    cursor: pointer;
    background: url(Images/LoginFormBtnForgot.png) no-repeat;
    width: 104px;
    height: 20px;
    border: 0px;
}
#BtnNewAccount
{
    cursor: pointer;
    background: url(Images/LoginFormBtnNewAccount.png) no-repeat;
    width: 85px;
    height: 20px;
    border: 0px;
}


.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
    margin-top: 40px;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}
