.login-page{
	overflow:hidden;
	height:530px;
	background:url(../images/login-bg1.jpg) #E1E1E1 no-repeat center 0;
}


.login-header{
	height:90px;
	background:url(../images/login-header-bg.png) repeat-x;
}
.login-header .logo{
	padding-top:18px;
}
.login-header .wrap{
	position:relative;
}
.login-header .service{
	position:absolute;
	top:24px;
	right:12px;
	height:28px;
	line-height:28px;
	font-size:16px;
	padding-left:36px;
	background:url(../images/service-icon.png) no-repeat;
}
.login-header .service span{
	color:#C00;
}


.login-box{
	position:relative;
	width:1000px;
	margin:0 auto;
}


.login-main{
	position:absolute;
	top:50px;
	right:0;
	width:332px;
}
.login-hd{
	overflow:hidden;
	height:42px;
	padding:0 7px 0 5px;
	background:url(../images/login-icon.png) no-repeat;
}
.login-hd a{
	overflow:hidden;
	float:left;
	width:160px;
	line-height:47px;
	text-align:center;
	font-size:16px;
}
.login-hd a:hover{
	color:#C00 !important;
	text-decoration:none;
}
.login-hd .teacher{
	color:#404040;
	background:url(../images/login-icon.png) no-repeat -345px 0;
}
.login-hd .student{
	color:#404040;
	background:url(../images/login-icon.png) no-repeat -505px 0;
}
.login-hd .on{
	line-height:52px;
	color:#09C;
	cursor:default;
	background:none;
}
.login-hd .on:hover{
	color:#09C !important;
}

.login-bd{
	height:100%;
	background:url(../images/login-icon.png) repeat-y -680px 0;
}
.login-ft{
	overflow:hidden;
	height:15px;
	background:url(../images/login-icon.png) no-repeat -340px -100px;
}

.login-form .user, .login-form .pwd, .login-form .code{
	position:relative;
	height:46px;
	margin-left:36px;
	background:url(../images/login-icon.png) no-repeat 0 -50px;
}
.login-form .pwd{
	background-position:0 -100px;
}
.login-form .code{
	padding-left:85px;
	background-position:0 -150px;
	
}
.login-form .user input, .login-form .pwd input, .login-form .code input{
	position:absolute;
	top:0;
	left:0;
	width:205px;
	height:19px;
	line-height:19px;
	color:#666;
	font-size:14px;
	font-family:Microsoft Yahei, Tahoma;
	padding:7px 5px 8px 32px;
	border:0;
	background-color:transparent;
}
.login-form .code input{
	width:80px;
	padding-left:0;
	padding-right:0;
	text-align:center;
}
.login-form .status{
	padding-left:36px;
}
.login-form .cbox {
    float: left;
    width: 13px;
    height: 13px;
    margin: 3px 4px 0 0;
}
.login-form .btn{
	width:242px;
	height:38px;
	color:#FFF;
	font-size:18px;
	font-family:Microsoft Yahei, Tahoma;
	cursor:pointer;
	border:0;
	margin:10px 0 36px 36px;
	background:url(../images/login-icon.png) no-repeat -340px -50px;
}

.login-space{
	padding:16px 16px 16px 36px;
}
.login-tips{
	color:#C00;
}


.logo-item{
	min-height:161px;
	padding:24px 0;
	margin-left:200px;
}
.logo-item li{
	float:left;
	padding-left:24px;
}
.logo-item li .pic{
	width:120;
	height:120;
}
.logo-item li .title{
	text-align:center;
	margin-top:8px;
}
.logo-item li .title a{
	color:#999;
	font-size:14px;
}






