/* CSS Document containing styles that are specific to this layout/template */

/* Contact Forms
   ----------------  */

.Contact_Form{   // This is the overall contact form
	background-color: #2004bb;
}
.Contact_Form_Section_Label { /* brief text describing each section of the contact form */
 	font-weight: bold;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.Contact_Form td.Contact_Form_Section_Label { /* a column containing the section label */
	padding-left: 0px;
}
.Contact_Form tbody {  /* give bg of this table dark bg, to contrast the text/fields */
	background-color: #383baa;
}
.Contact_Form td { /* 1st column, containing labels for the fields */
	padding-left: 15px;
	font-weight: bold;
}
.Contact_Form td td {
	padding-right: 10px;
}
.Contact_Form_Row td {
	background-color: #383baa;
	color: #fff;
}