/****************************************************************************/
/*** THE RIDING - CONTACT FORM CSS V1 ***/
/****************************************************************************/

#contactleft {
	width: 220px;
	float: left;
	padding: 0px 8px 0px 0px;
}

#contactright {
	width: 260px;
	float: right;
	padding: 0px 8px 0px 0px;
}


#directions-page {
	width: 740px;
	background: #DFDBC5 url(/images/bg-gallery-page.gif) repeat-y left top;
	border: none;
	margin: 10px 0 0 0;
	padding: 20px;
	color: #888060;
	font-size: 0.9em;
}

	#directionsleft {
		width: 365px;
		float: left;
		padding: 0px 0px 0px 0px;
	}

	#directionsright {
		width: 365px;
		float: right;
		padding: 0px 10px 0px 0px;
	}
	
		#directions-page h1 {
			color: #860941;
			font-size: 1.3em;
		}


#contactform {
	display: inline;
}

#contactform p {
	margin-top: 5px;
}

#contactform label {
	clear: left;
	float: left;
	width: 85px;
	padding-right: 10px;
	margin-top: 5px;
}

input.contform {
	float: left;
	width: 160px;
	border: 1px solid #888060;
	font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 1.0em;
	margin-top: 5px;
}

textarea.contform {
	float: left;
	width: 160px;
	border: 1px solid #888060;
	font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 1.0em;
	margin-top: 5px;
}

#buttsend {
	margin-top: 10px;
	margin-left: 208px;
	color: #ffffff;
	font-weight: bold;
	background-color: #860941;
}