/************************/
/* Contact Us Styles */
/************************/
div#container {
	background: #e6ebee;
}
div#narrative {
	width: 550px;
}
div.NarrativeText {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 260px;
}



/************************/
/* Related Content Styles */
/************************/
div#relatedInfo {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 260px;
}
div#relatedInfo ul {
	border: none;
	font-size: 11px;
}
div#relatedInfo li {
	margin: 5px 0px;
}
p#reqFields {
	float: left;
	width: 260px;
	font-size: 9px;
	text-transform: lowercase;
}
div#relatedInfo a:link, div#relatedInfo a:visited {
	color: #d42617;
}
div#relatedInfo a:hover, div#relatedInfo a:active {
	color: #000;
}


/************************/
/* Form Styles */
/************************/
form {

}
input {
	float: left;
	clear: both;
	margin: 8px 6px 0px 0px;
	padding: 2px 8px 2px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	border: 1px solid black;
	width: 160px;
}
div#formButtons {
	float: left;
	clear: both;
	width: 175px;
}
input.button {
	float: right;
	clear: none;
	width: 69px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	border: none;
	background: url(../media/images/global/button.gif) no-repeat;
	padding: 0px;
	margin: 5px 0px 5px 5px;
}
label {
	display: none;
}
