@charset "utf-8";
#contactForm   table   {
	margin: 0px;
	padding: 0px;
}
label {
	display:block;
	font-weight:bold;
	}
textarea {
	width:450px;
	height:150px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
.textInput {
	width:250px;
	}
/* Rules added when inserting checkboxes */
.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both;
	}
select {
	margin:5px 0 8px 30px;
	}
.subscribe   {
	margin: 0px;
	padding: 0px;
}
.italics {
	font-style: italic;
	font-weight: bold;
}
.warning {
	color: #FF0000;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #873829;
}

