﻿
.studentDiscountHead {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px !important;
}
.studentDiscountItem {
	margin: 0 0 12px 0;
}

.studentForm .formBox {
	width: 200px;
	border: 1px solid #ffffff;
	font-family: Arial, Verdana, Helvetica;
	font-size: 11px;
	padding: 2px;
	background-color: #DBF1FA;
	color: #666666;
}

.studentForm .labelCell, .shortLabelCell, .dataCell, .validCell {
	font-family: Arial, Verdana, helvetica;
	font-size: 11px;
	/*color: #666666;*/
	vertical-align: top;
}
.studentForm .labelCell, .shortLabelCell {
	padding: 2px 3px 2px 5px;
}
.studentForm .labelCell {width: 100px;}
.studentForm .dataCell {
	text-align: left;
	padding: 1px 2px 0px 3px;
	font-weight: normal;
}
.studentForm .validCell {
	text-align: left;
	padding: 4px 2px 0px 3px;
}


.studentForm .articleContactFormSubmit {
	padding: 5px;
	background-color: #DBF1FA;
	border: solid 1px #ffffff;
	color: #666666;
}

.studentForm .submit {
	background-color: #148EC0;
	color: #ffffff;
	border: solid 1px #ffffff;
	font-size: 11px;
	line-height: 20px;
	padding: 0 8px;
	
}
