/* CONTACT */
#contact {
	margin: 20px 20px 20px 20px;
}

#contact .right {
	margin-right: 220px;
}

#contact input.error, textarea.error {
	border: 2px solid #CC0000;
}

#contact p.error {
	font-weight: bold;
}

/* CONTACT TABLE */
#contact table {
#	border: 1px solid #D6D6CE;
	border-collapse: collapse;
	margin-bottom: 1em;
}


#contact table tr td {
	font-size: 74%;
}

#contact table tr td p, #contact table tr th p, #contact table tr td ul, #contact table tr td ol {
	font-size: 1em;
}

#contact table tr td h2 {
	font-size: 120%;
}

#contact table tr td h3 {
	font-size: 110%;
}

#contact table tr td h4 {
	font-size: 100%;
}

