form.JQForm {
	padding:10px 0px 10px 0px;
	background: #eeeeee;	
}
form.JQForm .errorText {
	width: 660px;	
}
form.JQForm label {
	width: 225px;
	font-weight:normal;
}
form.JQForm input, form.JQForm select {
	height:19px;
	font-family:Verdana, Geneva, sans-serif;
	padding-top:1px;
}
#student #errInvalidID {
	font-size: 8px;
	color:#F00;	
}
#student #seatID {
	width: 55px;
}
#formSubmissionBtn {
	color: #fff;
	font-family: Verdana,Geneva,sans-serif;
	font-weight: bold;
	background-color: #707070;
	cursor: pointer;
	width: 200px;
	padding-bottom:3px;
}