.TheContact {
	position:relative;
	z-index:2;
	float:left;
	padding-left:0px;
	width:800px;
	margin-top: 45px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 25px;
	display: inline;
}
.TheContact p {
	float:left;
	color:#000;
	font-size:16px;
	line-height:35px;
	margin:0;
	padding:0;
	width:auto;
}
.TheContact iframe {
	position:relative;
	z-index:3;
	background-color:#FFF;
	float:right;
	margin-bottom:15px;
	display: inline;
}
.TheContact img {
	border: 1px solid #efefef;
	box-shadow: 1px 1px 5px #999;
	display: block;
	float: right;
	margin: 20px auto;
	padding: 5px;
	position: relative;
	width: 400px;
}
.TheContact form {
	position:relative;
	float:left;
	width:600px;
	margin:0px;
	padding:0px;
	clear: none;
	display: inline;
}
.TheContact input {
	position:relative;
	float:left;
	color: #000000;
	width:280px;
	padding:6px;
	letter-spacing: normal;
	word-spacing: normal;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 10px;
	font-size: 12px;
}
.TheContact select {
	position:relative;
	float:left;
	color: #666;
	width:280px;
	padding:6px;
	letter-spacing: normal;
	word-spacing: normal;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 10px;
	font-size: 12px;
}
.TheContact textarea {
	position:relative;
	float:left;
	color: #000000;
	width:280px;
	padding:6px;

	letter-spacing: normal;
	word-spacing: normal;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 10px;
	font-size: 12px;
}
.TheContact fieldset {
	border:none;
	position:relative;
	float:left;
	width:330px;

	font-size: 12px;
	margin: 0px;
	padding: 2px;
}
.TheContact input.error {
	border: 1px solid red;
}
.TheContact select.error {
	border: 1px solid red;
}
.TheContact label.error {
	font-size:0px;
	margin:0;
	padding:0;
	width:0px;
}
/* === Button Style === */
form.TheContact input.submit {
	height:35px;
	width:135px;
	color:#FFF;
	font-weight:normal;
	padding:6px;
	background-color: #666;
	cursor:pointer;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 260px;
	display: inline;
	float:none;
	position:relative;
}
form.TheContact input.submit:hover {
	opacity:.85;
	cursor: pointer;
}
/* ------------------------------------------------ SEARCH FORM */
.TheSearch {
	padding:0px;
	clear: none;
	width:300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.TheSearch form {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	clear: none;
}
.TheSearch label {
	position:relative;
	float:left;
	font-size:12px;
	color:#FFF;
	padding:3px;
	width:25px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 35px;
	text-align:right;
}
.TheSearch input {
	position:relative;
	float:left;
	height:25px;
	color: #000000;
	border: 1px solid #CCC;
	background-color: #FFF;
	width:135px;
	letter-spacing: normal;
	word-spacing: normal;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.TheSearch fieldset {
	border:none;
	position:relative;
	float:left;
	font-size: 12px;
	margin: 0px;
	padding: 2px;
}
.TheSearch label.valid {
	background: url('checked.gif') no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}
.TheSearch input.error {
	border: 1px solid red;
}
.TheSearch select.error {
	border: 1px solid red;
}
.TheSearch label.error {
	margin-right:-55px;
	width:0px;
	font-size:0px;
}
/* === Button Style === */
form.TheSearch input.submit {
	height:28px;
	width:65px;
	color:#FFF;
	font-weight:bold;
	padding:4px;
	background-color: #666;
	cursor:pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
form.TheSearch input.submit:hover {
	opacity:.85;
	cursor: pointer;
}
.ContactIMG {
	z-index:8;
	float:left;
	margin:10px;
	padding:6px;
	background-color: #FFF;
	border: thin solid #666;
	box-shadow: 3px 3px 4px #eee;
	width:225px;
	height:800px;
}
.ImgContactMarg {
	position:relative;
	float:none;
	z-index:3;
	margin-left:200px;
	margin-top:0px;
}
/* SignUp ----------------------------------*/
form.SignUp {
	position:relative;
	float:none;
	display:block;
	width:80%;
	padding:0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}
form.SignUp h2 {
	position:relative;
	float:left;
	border-bottom:#666 thin solid;
	width:98%;
}
.SignUp fieldset {
	position:relative;
	float:left;
	width:100%;
	border:0px solid #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.SignUp ul {
	position:relative;
	float:left;
	list-style:none;
	width:100%;
	margin:0px;
}
.SignUp li {
	position:relative;
	float:left;
	list-style:none;
	width:100%;
}
.SignUp span {
	position:relative;
	float:right;
	width:135px;
	color:#F00;
	margin-top:-29px;
}
.SignUp label {
	position:relative;
	float:left;
	padding:5px;
	margin:5px;
	font-weight:bold;
	min-width:180px;
}
.SignUp label:after {
	content:": ";
}
.SignUp input {
	position:relative;
	float:left;
	color: #000000;
	padding:5px;
	margin:5px;
}
.SignUp select {
	position:relative;
	float:left;
	color: #666;
		padding:5px;
	margin:5px;
}
.SignUp textarea {
	position:relative;
	float:left;
	color: #000000;
	width:90%;
	padding:6px;
	letter-spacing: normal;
	word-spacing: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 15px;
	font-size: 12px;
}
.SignUp input.error {
	border: 1px solid red;
}
label.required:after {
	content: ' *';
	color:#F00;
}
.SignUp select.error {
	border: 1px solid red;
}
.SignUp label.error {
	position:relative;
	float:none;
	text-align:center;
	font-style:italic;
	font-size:0px;
	margin:0;
	padding:0;
	width:100%;
	font-weight:normal;
	color:#F00;
	display: block;
}
.SignUp div.error {
	position: relative;
	float: left;
	min-width: 100%;
	font-size: 14px;
	padding: 0;
	font-weight: normal;
	color: #F00;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 208px;
}
.SignUp div.checked {
  background:url("../images/checked.gif") no-repeat 0px 0px;
}
/* === Button Style === */
form.SignUp input.submit {
	position:relative;
	float:none;
	display: block;
	width:auto;
	border: thin solid #000;
	border-radius: 2px;
	box-shadow: 2px 2px 2px #666;
	color:#000;
	background-color: #EEE;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left:auto;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-size: 16px;
	letter-spacing: normal;
	word-spacing: normal;
}
form.SignUp input.submit:hover {
	color:#FFF;
	background-color: #000;
	opacity:.85;
	cursor: pointer;
}
.submitDiv {
	width:100%;
	position:relative;
	float:none;
	clear:both;
	padding:0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}

#State {
	width: 70px;
}

#City {
	width: 70px;
}
#ZipCode {
	width: 40px;
}
#EmailAddress {
	width: 230px;
}
#FirstName, #LastName, #Address {
	width: 165px;
}
#PhoneNumber {
	width: 85px;
}
#classes, #howheard, #Other, #locations {
	
	width:255px;}