@import url("../basic.css");
div#contact{
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
}
div#contact p.mmhide_lead{
	padding:20px 0 20px 25px;
}
div#contact table{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	}
div#contact table th{
background-color: #f8f8f8;
text-align:left;
padding: 5px;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
white-space: nowrap; }
div#contact table td{
	padding: 7px;
	line-height:160%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	}
div#contact p.mmhide_submit{
	text-align:center;
	padding-top:5px;
	}
div#contact input.mmhide_max, textarea.mmhide_max{
	width:100%;}
