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

#ContactForm table th, #ContactForm table td {
	padding-right:20px;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}
#ContactForm table td {
	font-weight:normal;
}

#ContactForm textarea, #ContactForm input[type="text"] {
	width:300px;
	border:1px solid #999;
	padding:2px 2px;
}

#ContactForm .high_light { /* The mandatory star */
	color:#F00;
}

