#subTable {
	width:100%;
	font-size:12px;
	background-color:#F5F5F5;
	border-top:1px dotted #CCC;
	border-left:1px dotted #CCC;
	margin-top:10px;
}
#subTable td {
	text-align:center;
	padding:10px;
	vertical-align:top;
	border-right: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
#subTable input {
	width:200px;
}
#subTable textarea {
	width:500px;
	height:150px;
}
#subTable2 {
	margin:0px auto;
}
#subTable2 td {
	border:none;
	padding:0px 10px 0px 10px;
}
#subTable2 input {
	width:auto;
}
#subTable2 img {
	border:1px solid #CCC;
	margin-bottom:3px;
}
.subButton {
	height:40px;
	font-weight:bold;
	padding:3px;
}
#note {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:10px;
	padding:5px;
	background-color:#FFFFE5;
	border:1px solid #999;
}
#note p {
	margin:5px;
}
#note h5 {
	font-size:14px;
	font-weight:bold;
	margin:0px 3px 7px 3px;
}
#classRates {
	margin:0px 5px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
#classRates td {
	padding:3px 0px 3px 0px;
}

