@charset "utf-8";

/* 课程报名框样式 Begin */
.entryCenterDiv span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-family: 'Microsoft YaHei';
}

.backgroundDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #555;
	filter: alpha(opacity = 40); /* IE */
	-moz-opacity: 0.4; /* Moz + FF */
	opacity: 0.4;
	z-index: 1px;
	width: 100%;
	height: 100%;
}

.entryCenterDiv {
	position: absolute;
	left: 50%;
	margin-left: -458px;
	width: 973px;
	height: 700px;
	background-image: url("../img/student/bg12.png");
	z-index: 2;
}

.closeDiv {
	background-image: url("../img/student/close1.png");
	float: right;
	width: 31px;
	height: 31px;
	margin: 10px 65px 0 0;
}

.closeDiv:hover {
	cursor: pointer;
	background-image: url("../img/student/close2.png");
}

.entryDivTitle {
	width: 850px;
	height: 65px;
	margin-left: 72px;
}

.entryLabelTitle_sel {
	width: 170px;
	line-height: 66px;
	background-color: #fff;
	text-align: center;
	font-size: 20px;
	color: #e2900f;
	font-weight: bold;
}

.entryLabelTitle {
	width: 170px;
	line-height: 66px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #9E9797;
	cursor: pointer;
}

.entryCourseLabel {
	width: 100px;
	line-height: 66px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	float: right;
	background-color: #D4BAA9;
	margin-right: 60px;
	cursor: pointer;
}

.entryCourseLabel:hover {
	background-color: #D8A482;
}

.entryContentDiv {
	width: 840px;
	height: 527px;
	margin: 3px 0 0 75px;
	overflow: auto;
}
/* 课程报名框样式 End */