/* ================================
    CSS STYLES FOR Module ContactUs
   ================================
*/
.ContactText
{
	font-size: 11px;
	color: black;
	font-family: Arial;
}
.ContactInput
{
	color: Black;
	font-family: Arial;
	font-size: smaller;	
	border-bottom: solid 1px;
	border-left: solid 1px;
	border-top: solid 1px;
	border-right: solid 1px;
}
.ContactButtons
{
	color: Black;
	font-family: Arial;
	font-size: smaller;
	border-bottom: solid 1px;
	border-left: solid 1px;
	border-top: solid 1px;
	border-right: solid 1px;
	background-color: #C4C2A2;
}