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

#MCSM_ContactFormDiv {
	margin-top:0px;
}

#ContactForm h2 {
	padding-top:0px;
}
#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;
}

#tableEventSummary {
	border: 1px solid red;
	background-color: red;
}
#formBookNow {
	margin-bottom: 20px;
}
#formBookNow input[type="submit"] {
	width: 104px;
	height: 30px;
	padding:0;
	border: 0;
	position: relative;
	color: #663366;
	font-size: 14px;
	cursor: pointer;
	background: url(images/btn-book-now.gif) no-repeat;
	font-weight:bold;
}