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

#MCSM_ContactFormDiv {
	margin-top:0px;
}

#ContactForm h2 {
	padding-top:0px;
}
#ContactForm table th, #ContactForm table td {
	padding:0 20px 5px 0;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}
#ContactForm table td {
	font-weight:normal;
	font-size:11px;
}

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

#ContactForm .high_light { /* The mandatory star */
	color:#F00;
	font-size:13px;
}
#ContactForm span {
	display:inline !important;
}

