@charset "UTF-8";
/* CSS Document */

form.contactForm {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.formTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	font-weight: bold;
	width: 700px;
}
.formTable td {
	vertical-align: top;
	padding: 5px;
}
.colWidth {
	width: 230px;
}
.instructions {
	font-size: 10px;
	font-style: italic;
	line-height: 11px;
	font-weight: normal;
}
.option {
	font-weight: normal;

}
.textinput {
	width: 95%;
}
.grey {
	background-color: #CCC;
}
.red {
	color: #900;
}
.textinput2 {
	width: 98%;
}
.position {
	font-weight: normal;
}
.other {
	width: 200px;
}

