@charset "utf-8";

.submitBT {
	text-align:center;
	margin-top:10px;
}

.redBoldTxt {
	color:#900;
	font-size:14px;
	font-weight:bold;
}

/********----ContactForm----*********/

#contactForm {
	width:700px;
}

#contactForm table {
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #063;
	border-bottom:1px solid #063;
}
#contactForm table tr {
	border-bottom:1px dotted #006633;
}
#contactForm table tr.bggray {
	border-bottom:1px dotted #006633;
	background:#F4F4F2;
}
#contactForm table tr td {
	padding:10px 0 10px 10px;
}

