@charset "utf-8";


table.contactForm {
	width: 520px;
	margin: 0 10px;
	border-collapse: collapse;
}

table.contactForm th {
	padding: 3px;
	font-weight: normal;
	border: 1px solid #ffffff;
}

table.contactForm td {
	padding: 3px;
	border: 1px solid #ffffff;
}

table.contactForm tr.odd th,
table.contactForm tr.odd td {
	background-color: #E3E9A3;
}

table.contactForm tr.even th,
table.contactForm tr.even td {
	background-color: #F2F4D5;
}

span.required {
	font-size: 80%;
	color: #CC0000;
}

table.otherContact {
	width: 460px;
	margin: 0 40px;
	border-collapse: collapse;
}

table.otherContact th {
	padding: 3px;
	font-weight: normal;
	background-color: #f9f9f9;
	border: 1px solid #cccccc;
}

table.otherContact td {
	padding: 3px;
	border: 1px solid #cccccc;
}

.attentionRed {
	color: #FF0000;
}
