@import url("main.css");

#contact h2 {
	background: url(../contact/img/h2_contact.jpg) no-repeat;
	}
	

table#tell {
	width: 650px;
	margin: 0 auto 20px;
	text-align: left;
	font-size: 14px;
	}
	
table#tell th,td {
	padding: 8px 5px;
	border-top: 2px dotted #CCCCCC;
	border-bottom: 2px dotted #CCCCCC;
	}
table#tell th {
	width: 120px;
	color:#3A9E18;
	}
	
table#tell td {
	margin: 0 auto 30px;
	}



table#mailform {
	width: 650px;
	margin: 0 auto 30px;
	
}

table#mailform th{
	padding: 10px;
	background:;
	color:#3A9E18;
	text-align: right;
}

table#mailform td{
	padding: 10px;
	border: none;
}

