@charset "utf-8";
/* CSS Document */

#Declaration {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 30px;
}

.content{
	width: 900px;
	min-height: 500px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
.content .Class {
	width: 900px;
	margin:0px auto 30px;
	overflow: hidden;
	z-index:1;
}
.content .Class .Title{
	width: 900px;
	margin-bottom: 20px;
}
.content .Class .Title span{
  color: #F00;
  margin-left: 5px;
  font-size: 14pt;
}
.content .Class .Menu {
	width: 900px;
	overflow:hidden;
	z-index:1;
}
.content .Class .Menu p{
	float: left;
	width: 23%;
	padding: 0px;
	padding-left: 2%;
	margin-bottom: 10px;
	font-size: 12pt;
	color: #333;
}
.content .Class .Menu p input[type="radio"] {
	margin-right: 10px;
}




.remind {
	width: 860px;
	padding: 19px;
	margin: 30px auto 20px;
	border: 1px solid #D4D7DB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #F6F6F6;
	overflow:hidden;
}
.remind .Note2 {
	font-size: 10pt;
  	line-height: 18pt;
	overflow:hidden;
}

