form.contact tr.rulebelow {
	background: url(/rsrc/common/dottedrule.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

form.contact td.invalid {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

form.contact td {
	font-size: 12px;
	font-weight: bold;
	color: #1b3a5e;
}

form.contact tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

form.contact tr.fields input {
	height: 18px;
	background-color: #c5e6f8;
	border-style: solid;
	border-color: #46b1ef;
	border-width: 1px;
}

form.contact textarea {
	background-color: #c5e6f8;
	border-style: solid;
	border-color: #46b1ef;
	border-width: 1px;
}

form.contact td.submit input {
	margin-bottom: 2px;
}