/* searchBox
 ------------------------------------
 */
.searchBox {
	display: block;
	background-image: url(../images/layout/bgSearch.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.searchBox h5 {
	font-size: 11px;
	font-weight: normal;
	line-height: 100%;
}
.searchBox h3 {
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
}
.searchBoxInner {
	padding: 10px 16px;
	border: 1px solid #dcdcd9;
	border-bottom: 0;
}
.searchBox form span {
	display: block;
	margin-top: 10px;
	overflow: visible;
}
.searchBox form select {
	display: block;
	padding:1px 0;
	width:100%;
	line-height: 80%!important;
}
.searchBox form input.text {
	padding: 2px 0;
	width:80%;
	float: left;
	height: auto;
	margin-right: 9px;
}
.searchBox form .radio {
	vertical-align: middle;
}
.searchBox form .px1 {
	margin-top: 5px;
}
.searchBox form input.button {
	position: relative;
	bottom: 2px;
	background-color: transparent;
	width: 21px;
	height: 21px;
	background-image: url(../images/layout/buttonSearch.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
.searchBox form input.button:hover {
	background-image: url(../images/layout/buttonSearch2H.gif);
}
.searchBox form option.personalSchoolSubject {
	font-weight:bold;
}
