/* Text/Site formatting */

div {
	margin: 0px;
}
.importantMessage ul  {
	background-color:#06357c;
	color:#ffffff;
	padding: 5px;
	font-size: 1em;
	font-family:"trebuchet ms", helvetica, tahoma;
	font-size: 13px;
	margin-bottom: 15px;

}
#body div.importantMessage {
	font-size: 13px;
	color:#333333;
	margin-top:5px;
	margin-bottom:15px;
	text-align:justify;
}
.importantMessage li {
	color:#ffffff;

	margin-left: 18px;
	list-style:square;
	margin-top: 0px;
	margin-bottom: 0px;
}
.clearingDiv {
	clear: both;
}
/* Form Fields*/
#Form {
	font-size: .9em;
}
#Form .field {
	clear: both;
	padding-top: 5px;
}
#Form select,input,textarea {
	font-family:"trebuchet ms", helvetica, tahoma;
	font-size: 13px;
	float:left;
	width:200px
}
#Form input.button {
	border: 0px;
	background-image:url(/resources/images/pages/corporate/contact/submit_button.gif);
	background-repeat:no-repeat;
	background-position:90% 50%;
	font-family:"trebuchet ms", helvetica, tahoma;
	color:#ffffff;
	width:110px;
	margin-left:150px;
	margin-top:20px;
	clear:both;
	margin-bottom:20px;
	font-size:18px;
}
#Form label {
	clear: both;
	float: left;
	display: block;
	text-align:left;
	padding-right: 5px;
	width: 150px;
	font-family:"trebuchet ms", helvetica, tahoma;
	color:#333333;
	font-size:13px;
}
#Form .keepTogether {
	width: 320px;
}
#Form label.opt_in {
	font-size: .8em;
}
#Form div.terms h3 {
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 0px;
}
#Form div.terms p {
	font-size: 0.8em;
	margin-bottom: 4px;
	margin-top: 0px;
	clear:both;
}
