@charset "utf-8";
/* CSS Document */
*{ padding:0; margin:0; border:none; list-style:none; text-decoration:none;}
.clear{ clear:both; font-size:0; line-height:0;}


.main_div{ width:100%; height:100%; overflow:hidden;}
.header_outer{ width:100%;  float:left; border-top:4px solid #b82a28;}
.top_header{ width:100%; height:90px; /* background:url(../images/header_abstract.jpg) no-repeat left #2b6571;*/ float:left;}


.body_contain_outer{ width:100%; float:left; background:url(../images/body_bg.jpg) repeat-x 0 0;}
.body_contain{ /*width:1180px;*/ width:90%; height:350px; margin:25px auto; padding:10px 20px;
background:url(../images/abstract.jpg) no-repeat top center;
/*-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;*/
}

.body_contain .login_outer{ width:700px; margin:0 auto;}
.body_contain .login{ width:700px; background:#FFF; float:left;}
.body_contain .login_inner{ width:400px;  /*background:#d3e6ef;*/ margin:25px 0 25px 15px; font:bold 12px/14px Verdana, Geneva, sans-serif; color:#066; border:1px solid #b6c7cf;}
.body_contain .login_inner .errMsg{ color:#C00; font-weight:normal;}
.body_contain .txtStyle{ width:230px; height:30px; border:1px solid #b6c7cf;}
.body_contain .selectStyle{ width:130px; height:24px; border:1px solid #b6c7cf;}

.body_contain .submitStyle{ width:90px; height:30px; background:url(../images/submitBg.jpg) repeat-x 0 0; border:1px solid #097ea4; color:#FFF; font:bold 14px/24px Verdana, Geneva, sans-serif;}
.body_contain .submitStyle:hover{background:url(../images/submitHover.jpg) repeat-x 0 0; cursor:pointer;}
