#contact{
	margin: 0;
	padding: 15px 0 0 15px;
	width: 625px;
	height: 305px;
	float: left;
	font-family: verdana, arial, arial narrow;
	color: #8a7b7b;
	font-size: 0.7em;
	font-weight: normal;
	background-color: #d7e6e9;
}

input{
	font-size: 85%;
	font-family: verdana, arial, arial narrow;
	color: #8a7b7b;
	background-color: #white;
	border: 1px solid #8a7b7b;
	-moz-border-radius: 4px;
}

textarea{
	clear: both;
	font-size: 85%;
	font-family: verdana, arial, arial narrow;
	color: #8a7b7b;
	width: 400px;
	margin-right: 20px;
	background-color: #white;
	border: 1px solid #8a7b7b;
	-moz-border-radius: 4px;
}
	
h4 {
	font-size: 0.9em;
	font-weight: normal;
	font-family: verdana, arial, arial narrow;
	color: #8a7b7b;
	margin: 0;
	padding: 0 0 6px 0;
}
