
/* ----------------------- */
/* Contact form			   */
/* ----------------------- */


form hr { float: none; clear: both; border: 1px solid #eee; height: 1px; background-color: #eee;}


#contact_frm{
	text-align:left;
}

#contact_frm .field{
	width:230px;
	border:1px solid #CADFF7;
}

.errorbox{
	margin:20px; 
	padding:10px; 
	background-color:#DFE9F8; 
	border:1px solid #A3C0E0; 
	color:#FF0000; 
	font-weight:bold;
}


label { float: left;  width: 130px; margin: 2px 0; }
#contact_frm label{ float:none; width:auto; }

.IEinput { width: 150px; }
.IEselect { width: 220px; }
.IEinput, .IEselect { float: left;  margin: 2px 0; border: 1px solid #CADFF7; }
.IEradio { margin-left: -2px; }

textarea {  border: 1px solid #CADFF7; }

.IEinputSmall, .IEselectSmall { margin: 2px 0; border: 1px solid #CADFF7; }

form span { clear: left; display: block; }


form .IEselect .none { font-style: italic; }



#contentApp {
	float:left;
	width:550px;
	padding:0px 23px;
	line-height:18px;
	text-align:normal;
}



fieldset { margin: 0; padding: 0 0 12px 0; border: none; }


span.warning, span.warning a { color: #ff0000; }

span.warning label { color: #ff0000; }
span.warning .IEinput, span.warning .IEinputSmall, span.warning textarea { background-color: #ff0000; border: 1px solid #ff0000; color: #fff; }




.clearfix:after,
#contentWrapper:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix,
#contentWrapper {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix,
* html #contentWrapper {height: 1%;}
.clearfix,
#contentWrapper {display: block;}
/* End hide from IE-mac */







