#wrapper {
	width: 100%;
	background-position: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.alignRight {
	text-align: right;
}
html>body #contact_form_container{/*OTHERS*/
	width: 100%;
}
#contact_form_center_width{/*IE*/
width: 100%;
}
html>body #contact_form_center_width{/*OTHERS*/
width: 100%;
}
html>body #wrapper{/*OTHERS*/
	width: 500px;								/*Outside border width*/
	margin: 0 auto 0 auto;						/*For contact_form alignment in non-IE*/
	padding: 10px;
}
#contact_form_heading{/*IE*/
	width: 300px;
	padding: 3px 0 3px 0;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #330000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html>body #contact_form_heading{/*OTHERS*/
text-align: left;
background-color: #330000;
}

#contact_form_intro{
padding: 7px 9px 7px 9px;
}
html>body #contact_form_intro{
text-align: justify;
padding-top: 5px;
}

.contact_form_section{/*IE*/
border: solid 0px #000000;
margin: 6px 0 6px 0;
}
html>body .contact_form_section{/*OTHERS*/
border: solid 0px #000000;
margin: 12px 0 12px 0;
}

.contact_form_section_title{/*IE*/
	border: solid 0px #000000;
	width: 200px;									/*this + .section_input's width should be < containers width*/
	float: left;
	text-align: right;
	margin: 3px 5px 0 5px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html>body .contact_form_section_title{/*OTHERS*/
border: solid 0px #000000;
width: 95px;									/*this + .section_input's width should be < containers width*/
float: left;
text-align: right;
margin: -1px 5px 2px 5px;
padding: 3px;
color: #333333;
}

.contact_form_section_input{/*IE*/
border: 1px solid #006699;
width: 200px;									/*this + .section_title's width should be < containers width*/
float: left;
text-align: left;
}
html>body .contact_form_section_input{/*OTHERS*/
border: 1px solid #006699;
width: 275px;									/*this + .section_title's width should be < containers width*/
float: left;
text-align: left;
}
#contact_form_container input{
	padding: 4px;
}
.contact_form_input_text{
border: solid 0px #666666;
width: 150px;
}
html>body .contact_form_input_text{
border: solid 0px #666666;
width: 150px;
}

.contact_form_input_textarea{
border: 0px solid #006699;
width: 150px;
height: 100px;
}
html>body .contact_form_input_textarea{
border: 0px solid #006699;
width: 273px;
height: 100px;
}

.contact_form_input_check{
border: 0px solid #006699;
}
html>body .contact_form_input_check{
border: solid 0px #666666;
}

.contact_form_input_radio{
border: solid 0px #666666;
}
html>body .contact_form_input_radio{
border: solid 0px #666666;
}

.contact_form_input_select{
border: solid 0px #666666;
width: 150px;
}
html>body .contact_form_input_select{
border: solid 0px #666666;
width: 275px;
}

#contact_form_notes{
text-align: justify;
}
html>body #contact_form_notes{
text-align: justify;
}

#success{
	margin-top: 5px;
	color: #333333;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 15px;
}
