@CHARSET "UTF-8";

.form_bg {
	position: relative;
	z-index: 20;
	width: 1000px;
	margin: auto;
}

.form_bg_in {
	position: absolute;
	right: 0;
	top: 40px;
	z-index:99;
	width: 270px;
	height: 350px;
	background: url(/images/form_bg.png);
	_background: #000;
}

.index_form .form_head {
	height: 44px;
	line-height: 44px;
}
.index_form .form_head a{
	color:#fff;
	font-size: 16px;
}

.index_form .form_head .cursor, 
.index_form .form_head a:hover {
	color: #ff7f14;
	border-bottom: #ff7f14 solid 2px;
}

.index_form .form li { 
	width: 246px;
	color: #fff; 
}

.index_form .form li.disabled {
	display: none;
}

.scrollForm .form_bg_in{
	position:static;
	top:0;
	width:100%;
	height:50px;
	background:none;
}

.scrollForm .index_form .form li{
	width:200px;
}

.index_form .form>li>a {
	color: #fff;
}

.index_form .form_bd {
	width: 246px;
	background: #fff;
	border:none;
}

.scrollForm .index_form .form_bd {
	width: 200px;
}


.index_form .ipt_txt {
	width: 216px;
}

.scrollForm .index_form .ipt_txt{
	width: 170px;
}

.index_form .form .form_ts a{
	color:#fc0;  
} 
.index_form .form_ts.error {
	color: #fff;
}

.index_form .form_ts.hint { 
	color: #ccc;
}

.index_form .form_ts2 {
	color: #ccc;
}


.index_form  .select_teacher {
	width: 216px;
}
.scrollForm .index_form  .select_teacher{
	width:170px;
}

.index_form .form_findpass a:hover {
	color: #ff7f14; 
}

.index_form .placeholder {
	width: 216px;
}
.scrollForm .index_form .placeholder{
	width:170px;
}


.index_form .form a.privacy{
	color:#888;
}

.index_form .login_status{
	color:#fff;
} 

.login_status_enter {
	display: block;
	height: 36px;
	line-height: 36px;
	background: #ff7f14;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border: solid 1px #ff7f14;
	border-radius: 3px;
}
.login_status_enter:hover{
	color:#fff;
	background-color:#f26005;
}