/* @override 
	http://localhost:9029/_css/contact_us.css
	http://128.121.213.211/_css/contact_us.css
*/

div#container1, div#container2 {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	color: #000;
	background: #fff;
	text-align: center;
	width: 100%;
	float: left;
}

div#container2 {
	background-color: #d7d7d7;
}

div#column1 {
	width: 246px;
	float: left;
}

div#column2 {
	width: 388px;
	float: left;
	color: #000;
	background: #d7d7d7;
	padding: 40px 40px 0;
	text-align: justify;
}

div#column2 img {
	margin-left: -40px;
}

div#column3 {
	width: 246px;
	float: left;
}

div#column2 h2 {
	font-size: 140%;
}

div#testimonials {
	margin: 0;
}

.highlight {
	color: #aab300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 120%;
}

label {
	float: left;
	clear: left;
}

input {
	clear: left;
	float: left;
	width: 80%;
}

p.captcha{
	clear: left;
	float: left;
	margin: 6px 0 0 43px;
}

fieldset {
	float: left;
	clear: left;
}

legend {
	font-weight: bold;
}

fieldset input, fieldset label {
	float: none;
		width: auto;
}

legend, label, input, fieldset {
	margin: 5px 2px 1px;
}

