/* Text/Site formatting */
div {
	margin: 0px;
}
.importantMessage ul  {
	border: 1px solid #0063b2;
	background-color: #EEEEEE;
	color: black;
	padding: 5px;
	font-size: 1em;
	font-size: .9em;
	margin-bottom: 15px;
}
#body div.importantMessage {
	font-size:14px;
	margin-top:5px;
	margin-bottom:15px;
	text-align:justify;
}
.importantMessage li {
	margin-left: 18px;
	list-style:square;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Form Fields*/
#body .field {
	width:500px;
	margin-bottom: 3px;
	text-align:left;
	float:left;
	clear:both;
	/* for some reason this gives IE its margin, but not FireF */
}
#body select,input,textarea {
	font-size: 11px;
	clear:none;
	width:400px;
	margin-bottom: 10px;
	/* for some reason this gives FireF its margin, but not IE */
}
#body input.button {
	background-color: #FFFFFF;
	border: 1px solid #C1151C;
	font-weight: bold;
}
#body label {
	clear: both;
	text-align:left;
	display: block;
	padding-right: 5px;
	width: 200px;
}
#body .keepTogether {
	width: 320px;
}
#body label.opt_in {
	font-size: .8em;
}
#body div.terms h3 {
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 0px;
}
#body div.terms p {
	font-size: 0.8em;
	margin-bottom: 4px;
	margin-top: 0px;
	clear:both;
}
