@charset "UTF-8";

#regSchool {
	width: 1000px;
	margin: 0px auto;
}

.regSchool {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.regMessageInfo {
	position: fixed;
	bottom: 0px;
	right: 20px;
}

.regInfo {
	float: left;
	padding: 5px 20px;
	color: #CCC;
	cursor: pointer;
}

.regInfoChecked {
	border-bottom: 2px solid green;
	color: green;
}

.infoRow {
	margin: 10px 0px 0px 0px;
}

.infoRow .label {
	line-height: 38px;
	padding-left: 0px;
	width: 105px;
	text-align: right;
	font-size: 12pt;
}

.infoRow .text {
	line-height: 34px;
	font-size: 12pt;
}

.simSelectBox {
	height: 36px;
	border-bottom: 1px solid #BABABA;
}

.simSelectBoxMain {
	line-height: 36px;
	font-size: 12pt;
}

.simSelectBoxDropBtn {
	margin-top: 5px;
}

.simSelectBoxDropPanel {
	top: 37px;
}

.simSelectBoxOption {
	height: 36px;
	line-height: 36px;
	font-size: 12pt;
}

.commonText {
	line-height: 34px;
	font-size: 12pt;
	border: 1px solid #FFF;
	border-bottom: 1px solid #BABABA;
	margin-top: 3px;
}

.updownBtn .commonText {
	border: #cdcdcd 1px solid;
	margin-top: 0px;
}

.simSelectBtn {
	line-height: 32px;
	padding: 0px 25px;
	font-size: 12pt;
}

.simSelectNoBorderBtn {
	line-height: 34px;
	border: none;
}

.button {
	line-height: 32px;
	margin-left: 10px;
	padding: 0px;
}

.submitButton {
	width: 120px;
	cursor: pointer;
	padding: 10px 50px;
	text-align: center;
	background: #1b90da;
	color: #FFFFFF;
	line-height: 36px;
	font-size: 12pt;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	margin: 10px auto;
}

.submitButton:hover {
	background: #62bfdb;
}

#imgValidCode {
	float: left;
	width: 100px;
	height: 32px;
}

#validCodeReget {
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 10px;
	cursor: pointer;
}