.bann{
	height:53px; 
	width:100%;
	margin-top:2px;
}
.bann-1{
	height:53px;
	width:50%;
	float:left;
	line-height:53px;
	text-align:center;
	background-color:#e6e6e6;
	color:#808080;
	}
.bann-2{
	height:53px;
	width:50%;
	float:right;
	line-height:53px;
	text-align:center;
	background-color:#20AFFE;
	color:#FFF;
	}
.bann-1-right{
	float:right;
	height:53px;
	width:1px;
	background-color:#fff;
}
.bann-2-left{
	float:left;
	height:53px;
	width:1px;
	background-color:#fff;
}
.bann-2-right{
	width:31px;
	display:inline-block;
	height:52px;
}
.content{
	margin:8px;
}
.content-head{
	background-color:#99cc01;
	background-image:url(../images/zhibo.png);
	background-repeat:no-repeat;
	padding-top:20px;
	height:70px;
	font-size:23px;
	padding-left:70px;
	padding-right:25px;
	padding-bottom:20px;
	color:#FFF;
	}
.content-head-lu{
	background-color:#99cc01;
	background-image:url(../images/lubo.png);
	background-repeat:no-repeat;
	padding-top:20px;
	height:70px;
	font-size:23px;
	padding-left:70px;
	padding-right:25px;
	padding-bottom:20px;
	color:#FFF;
	}
.content-head-mid{
	background-color:#e4e4e4;
	font-size:16px;
	margin-top:1px;
	margin-bottom:1px;
	height:61px;
}
.content-head-mid-left{
	background-color:#e4e4e4;
	float:left;
	width:40%;
	height:61px;
	text-align:center;
	line-height:61px;
	color:#666;
	font-size:18px;
}
.content-head-mid-right{
	background-color:#e4e4e4;
	float:left;
	height:61px;
	width:60%;
	text-align:center;
	line-height:61px;
	color:#666;
	font-size:18px;
}
.content-head-mid-left-0{
	height:61px;
	background-color:#FFF;
	float:left;
	width:1px;
	}
.content-head-footer{
	height:61px;
	background-color:#FD109E;
	width:100%;
}
.content-head-footer-left{
	width:50%;
	text-align:center;
	line-height:61px;
	float:left;
	color:#FFF;
	font-size:29px;
}
.content-head-footer-right{
	width:50%;
	text-align:center;
	line-height:61px;
	float:right;
}
.button{
	width:150px;
	height:42px;
	background-color:#ffff01;
	color:#000;
	display:inline-block;
	line-height:42px;
	text-align:center;
	font-size:20px;
	
	}
/*选中lyb 2013-12-3*/
.color_choosen{
	background-color:#20AFFE;
	color:#FFF;
}
/* 未选中 */
.color_no{
	background-color:#e6e6e6;
	color:#808080;
}
.color_no a:hover{ background:#fd109e; text-decoration:none; display:block; text-decoration:none;}

/*老师介绍图片列表*/
.v3_timg { width:58px; height:58px; padding:1px; border:1px solid #ccc; background:#FFFFFF; }
.v3_ticon{width:60px;}
/* 下拉列表 */
.select{
	border:0px;
	background-color:#E6E6E6;
	width:50%;
	color:#808080;
	margin:10px 0;
	height:40px;
}
/* 输入框 */
.input{
	border:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	outline:none;
	background-color:#E6E6E6;
	width:99%;
	color:#808080;
	height:40px;
	padding-left:1%;
	margin:10px 0;
	overflow:hidden;
}
/* 按钮*/
.btnsubmit{
	color:#fff;
	border:0px;
	margin:10px 0;
	background-color:#FD109E;
	width:100%;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:25px;
	font-weight:bold;
	cursor:pointer;
}