@CHARSET "UTF-8";

html, body, h1, h2, h3, h4, h5, h6, p, ul, li, table, th, td, ol, input {
    margin:0px;
    padding:0px;
}

body {
    font-size: 12px;
    height: 100px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border:none;
    
    -moz-background-size: cover;
    background-size: cover;
     
    /*background-color: #CDE3F5;*/
}




/*鏍囩瀹氫箟*/
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    color: #F60;
    text-decoration: underline;
}
img {
    border:none;
}

ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


/* 鏍囬 */
#toptitle{
	position:absolute;
	float:left;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 80px;
}


/* 鑳屾櫙 */
#background{
    position:absolute;
    float:left;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:-999;
}

#sloganpic{
	position:absolute;
	float:right;
    right:0px;
    top: 320px;
    width:540px;
    height:79px;
    padding:0px;
    margin:0px;
    margin-right: 620px;
}

#logonpic{
	position:absolute;
	float:right;
    right:0px;
    top: 140px;
    width:471px;
    height:217px;
    padding:0px;
    margin:0px;
    margin-right: 610px;
    /*background:url(../../../images/cdmcs/fullbk/logon.png) no-repeat;
    _background:url(../../../images/cdmcs/fullbk/logon.png) no-repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="./images/cdmcs/fullbk/logon.png");
    _background:none;*/
}

/* 鐧诲綍妗� */
.loginbox{
    position:absolute;
    float:left;
    left:0px;
    top: 140px;
    height: 356px;
    width: 100%;
}

.float_left {
    position:relative;
    float:right;
    top:0px;
    height: 356px;
    width: 374px;
    margin-right: 200px;
    _margin-right: 100px;
    background-color: #FFF;
}

#login-right{
    width:260px;
    _margin-right:20px;
    margin-top: 80px;
    margin-left: 60px;
}

#login-right li {
    margin-bottom:10px;
}

#login-right h1 {
    font-size:30px;
    font-family:"寰蒋闆呴粦";
    color:#8b1414;
}

#login-right .load-usertxt {
    width:220px;
    height:40px;
    border:0;
    font-size:14px;
    font-family:"寰蒋闆呴粦";
    color:#5e5e5e;
    line-height:40px;
    padding-left:40px;
    background-image: url(../../../images/cdmcs/public/login_btn_01.gif);
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

#login-right .load-pswtxt {
    width:220px;
    height:40px;
    border:0;
    font-size:14px;
    font-family:"寰蒋闆呴粦";
    color:#5e5e5e;
    line-height:40px;
    padding-left:40px;
    background-image: url(../../../images/cdmcs/public/login_btn_02.gif);
    background-repeat: no-repeat;
}

#login-right .load-yamtxt {
    position:absolute;
    float:left;
    left:0px;
    top:0px;
    width: 70px;
    height: 35px;
    border: 1px solid #dedede;
    font-size: 14px;
    font-family: "寰蒋闆呴粦";
    line-height: 35px;
    background-repeat: no-repeat;
    margin:0px;
    padding-left: 5px;
}

#login-right .inputfont{
    color:#5e5e5e;
}
#login-right .inputtsfont{
    color:#aeaeae;
}

#login-right #captchaImgDiv{
    position:absolute;
    float:left;
    left:80px;
    top:0px;
    width:65px;
    height:37px;
    margin:0px;
    padding: 0px;
}

#login-right #yzmclkts{
    position:absolute;
    float:left;
    left:165px;
    top:0px;
    padding:0px;
    margin:0px;
    width:100px;
    height:35px;
    text-align:left;
    vertical-align:bottom;
}


#logon_btn{
    position:relative;
    width:260px;
    height:33px;
    padding:0px;
    margin-top:25px;
    margin-left: 60px;
}

.load-btn {
    position:absolute;
    float:left;
    left:0px;
    width:260px;
    height:33px;
    font-size:16px;
    font-family:"寰蒋闆呴粦";
    text-align:center;
    color:#225FAC;
    cursor:pointer;
    background-image: url(../../../images/cdmcs/public/login_btn_04.gif);
    background-repeat: no-repeat;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.load-btn-over {
    position:absolute;
    float:left;
    left:0px;
    width:260px;
    height:33px;
    font-size:16px;
    font-family:"寰蒋闆呴粦";
    text-align:center;
    color:#225FAC;
    cursor:pointer;
    background-image: url(../../../images/cdmcs/public/login_btn_04_l.gif);
    background-repeat: no-repeat;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.logon_error{
    position:relative;
    width:330px;
    padding:0px;
    margin-top:10px;
    margin-left: 20px;
    text-align:center;
    color: #FF0000;
}

.errmsginfo {
     font:normal 400 12px Georgia, "Times New Roman", Times, serif; 
     color:#FF0000;
     text-align:center;
}

.required {background:#ffd;}
.notrequired{background:#f0f0f0;/*#CCCCCC;*/}
.error {background:#ffefef;}


/*椤靛熬*/
.footer {
	position:absolute;
	float: left;
	top:450px;
    height: 80px;
    width: 100%;
    clear: both;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    padding-top: 120px;
}


/* 椤佃剼淇℃伅 */
#footinfo{
	position:absolute;
	float: left;
	top: 546px;   /* 556px */
    height: 30px;
    width: 100%;
    clear: both;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    marging-top: 0px;
    padding-top: 0px;
}

#footinfo a:hover{
    color: #f60;
    text-decoration: underline;
}

/* 鐗堟潈淇℃伅 */
#copyrigth{
	position:absolute;
    float: left;
    top: 576px;   /* 556px */
    height: 80px;
    width: 100%;
    clear: both;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    marging-top: 0px;
    padding-top: 0px;
    
}

/* 闅愯棌瀵嗙爜鍩熷皬鐪肩潧 */
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}