/* Text/Site formatting */

div {
	margin: 0px;
}
.importantMessage ul  {
	border: 1px solid #0063b2;
	background-color: #EEEEEE;
	color: black;
	padding: 5px;
	font-size: 1em;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#666666;
	margin-bottom: 15px;

}
#body div.importantMessage {
	font-size:14px;
	color:#666666;
	margin-top:5px;
	margin-bottom:15px;
	text-align:justify;
}
.importantMessage li {
	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;
	margin-bottom: 10px;
}
#Form select,input,textarea {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#666666;
	float:left;
	width:300px
}
#Form input.submitbutton {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-weight: bold;
	color: #0063b2;
	margin-left:150px;
	margin-top:10px;
	clear:both;
}
#Form input.button {
	background-color: #FFFFFF;
	border: 1px solid #C1151C;
	font-weight: bold;
	color: #C1151C;
}
#Form label {
	clear: both;
	float: left;
	display: block;
	text-align:left;
	padding-right: 5px;
	width: 150px;
	font-family: Georgia, "Times New Roman", Times;
	color:#666666;
}
#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;
}
