body{
    line-height: 1;
    background: #4780AE;
    font-family: Arial, Helvetica, sans-serif;
    color:#000;
}
.login_container{
    width:1100px;
    margin:0 auto;
    border:1px solid #1C385F;
    background:#E4E3DF;
}
.login_back{
    /*background: url(../img/LoginPage1.gif) no-repeat;*/
    height: 400px;
    width: 1200px;
}

.login_header
{
    width:1100px;
    height:90px;
    background: #1C385F; /* url(../img/overlay.jpg) no-repeat; */
}
th,td
{
	border-color:#1C385F;
}
.label
{
    color:#1C385F;
    font-style:normal;
    font-weight:bold;
    font-family: Verdana;
    font-size:14px;
}

.login_footer
{
    background:#1C385F;
    width:1170px;
    padding:10px;
    margin-top:10px;
    font-size:12px;
    color:#fff;
}

.input{
    border :none;
    width: 233px;
    height: 26px;
    color: #666666;
    padding-left:7px;
    /*background: url(../img/LoginTextBox.gif) no-repeat ;*/
    vertical-align:middle;
}

.submit{
    /*background: url(../img/LoginButton.gif) no-repeat ;*/
    background-color: #1C385F;
    color:#ffffff;
    font-weight: bold;
    width: 110px;
    border: none;
    height: 30px;
    font-size: 16px;
}

/*************************************************************/

.login_left_border{
    background: url(../img/login_left_border.jpg) repeat-y;
    background-position: left top;
    height: 264px;
    width: 7px;
}
.login_right_border{
    background: url(../img/login_right_border.jpg) repeat-y;
    background-position: left top;
    height: 264px;
    width: 7px;
}
.login_bg{
    background: url(../img/login_bg.jpg) repeat-x;
    background-position: left top;
    height: 264px;
    width: 368px;
    font-size: 12px;
}



.success{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    padding: 3px;
    width: 90%;
    padding-left:20px;background:url(../img/success.jpg) no-repeat left center #74b092;
}
.error{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    padding:  3px 5px 5px 3px;
    width: 90%;
    padding-left:20px;background:url(../img/error.jpg) no-repeat left center #d47171;
}
.warning{
    background: #cdc24a;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 3px;
    width: 90%;
}
.msg_div{
    width: 330px;
    height: 20px;
    position: relative;
    /*top: -220px;*/
    left: 4px;
    z-index: 4;
    top:40px;
    /*background: #000;
    margin-top: -15px;*/
}
.msg_div_ie{
    width: 330px;
    height: 20px;
    /*position: relative;
    /*top: -180px;*/
    left: 4px;
    z-index: 4;
    padding: 0px;
    /*background: #000;
    margin-top: -8px;*/
}
