@CHARSET "UTF-8";

.sure,.exit {
	height: 30px;
	cursor: pointer;
	text-align: center;
	width: 65px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	margin:0px 3.5px;
}
.submit_esc{
	padding: 48px 0px;
	clear: both;
}
.exit {
	background: rgb(255, 255, 255);	
	color: rgb(99, 99, 99);
	border: 1px solid rgb(163, 163, 163);
}
.sure {
	background: rgb(255, 127, 10);
	color: rgb(255, 255, 255);
	border:1px solid rgb(255, 127, 10);
}
.bottomButton{text-align:center;margin:48px auto;}
.con-title{	cursor: pointer;}

.plan_resource {
	margin-top: 10px;
	background: url("../../images/line_teach.jpg") repeat-x scroll left top;
}