@charset "UTF-8";
/* CSS Document */

#classRegForm { margin: 0 0 50px 0;}

#classRegForm input[type=text] { padding: 10px; font-size:16px; border-radius: 5px; margin: 5px 0 5px 0;
	border: 1px solid #D9D9D9; float: left; clear: both; }

#classRegForm section { padding: 20px; margin: 15px 0 15px 0; background: #FFF; overflow: hidden;}

#classRegForm select { font-size: 16px;}

#classRegForm label { clear: left; display: block;}


#classRegForm input[type=submit] {
	background: #e67632;
	padding: 20px;
	font-size: 18px;
	color: #FFF;
	cursor: pointer;
	text-transform: uppercase;
	border: none;
	
}

#classRegForm .width1 { width:50%;}
#classRegForm .width2 {width:30%;}
#classRegForm .width3 { width:20%; }