@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background:#fff;
	}
a{
	text-decoration:none;
	outline: none;
	color:#235ea0;	
	}

/*home*/
#wallpaper{
	margin:0;
	width:100%;
	}
/*main*/
.main{
	width:900px;
	margin:0 auto;
	}
/*header*/
.header{
	height:130px;
	margin:auto;
	text-align:left;
	}
.logo{
	position:relative;
    /*top:57px;*/
	left:10px;
	overflow:hidden;
	display:inline;
	}
/*middle*/
.middle{
	height:298px;
	margin:auto;
	background:url(../images/zhuhuamian.jpg) no-repeat; 
	}
/*login_area*/
.login_area{
	position:relative;
	top:25px;
	left:389px;
	width:486px;
	height:277px;
	background:url(../images/loginform-bg.png) no-repeat;
	}

.login_form{
	position: absolute;
	width: 265px;
	top: 15px;
	left: 209px;
	}
.form{
	width:265px;
	}
.login_title{
	height:29px;
	width:246px;
	}
 .form_list_user{
	width:550px;
	height:0px;
	margin-left:-60px;
	margin-top:15px;
	}
.ipt_text{
	width:165px;
	height:24px;
	line-height:22px;
	vertical-align:middle;
	border:1px solid #a5ccde;
	}
.form_list_user span{
	width:60px;
	font-size:15px;
	/* color:#1e64b1; */
	margin-right:5px;
	font-weight:bold;
	vertical-align:middle;
	}
.form_list_button{
	width:240px;
	height:32px;
	margin-left:10px;
	margin-top:20px;
	}
.form_list_button img{
	margin-left:65px;
	border:0px;
	}
/*footer*/
.login_footer{
	width:920px;
	height:100px;
	margin:auto;
	margin-top:10px;
	}
.login_footer p{
	font-size:14px;
	color:#235ea0;
	font-family:"微软雅黑";
	text-align:center;
	margin:0;
	line-height:100px;
	}


.message_area {
    height: 100px;
    left: 575px;
    position: relative;
    top: 20px;
    width: 486px;
    font-size: 12px;
    font-color: #FF0000;
    font-family: 'Microsoft Yahei';
}

.message_area  #msg {
	width: 280px;
	height: 24px;
	background: url(../images/alertMsg.png) no-repeat transparent;
	padding: 4px 0 0 25px;
}



.dlButton {
    background: url(../images/dl.png) no-repeat transparent;
    border: none;
    width: 93px;
    height: 28px;
    margin-left: 65px;
}