.formbody {
	margin:10px;
	background-color:#e3e3e3;
	font-family:Arial, Helvetica, sans-serif;
}

/* Everything Below Here will effect the form */
.contactform {
	width:470px; height:auto;
	display:block;
	margin: 0px;
	background-color:#e3e3e3;
	float: left;	
}
/*Contact Headings span*/
.form-span {
	display:block;
	margin:0 0 0 10px;
	font-size:18px;
	color:#333;
}
.small_print 
{
	display:block;
	margin:0 0 0 10px;
	font-size:12px;
	color:#333;
}
fieldset {
	background-color:#911B1B;
	background-image:url(/images/fieldbg.png);
	background-repeat:repeat-x;
	border:2px #FFF solid;
	margin-bottom:15px;
	padding:15px;
}
.form-label {
	font-size:14px;
	color:white;
	font-weight:bold;
	width: 180px;	
	background: transparent;
	float: none;
	margin-left: 0px;
	text-align:left ;
	padding-top: 0px;
}
.textbox {
	background-color:#fff;
	width:420px;
	border:none;
	color:#333;
	margin-bottom:10px;
	font-size:20px;
	padding:0 0 0 5px;
}
.checkbox {
	background-color: white;
	border: 1px solid black;
	float: left;
}
.section
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	position: relative;
	width: 460px;
	height: 20px;
	border-bottom-style: dotted;
	border-bottom-color: #911B1B;
	border-bottom-width: 1px;
	clear: left;
	float: left;
}
.section_day
{
	background-color:#666;
	width:40px;
	height:20px;
	float: left;
}
.section_checkbox
{
	background-color:#333;
	width:25px;
	height:20px;
	float: left;
	
}
.section_time
{
	background-color:#999;
	width:130px;
	height:20px;
	float: left;
	text-align:left;
	padding-left:4px;
}
.section_class
{
background-color:#666;
width:130px;
height:20px;
float: left;
text-align:left;
padding-left:4px;
}

.section_duration
{
	background-color:#999;
	width:120px;
	height:20px;
	float: left;
	text-align:left;
	padding-left:4px;
}
.form-submit {
	font-size:18px;
	color:#003366;
}
.submit_box
{
	margin-top: 20px;
}
.form-error
{
	color: red;
	font-size: 18px;
	text-align: left;
}