input.inputfield {
	width: 184px;
	height: 21px;
	font-size: 12px;
	margin: 0;
	padding: 2px 0 0 5px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

input.inputfield.active {
	background-position: -202px 0px;
}

input.inputfield.error {
	background-position: -404px 0px;
}

input.inputfield:focus {
	background-position: -202px 0px;
}

div.input_wrap{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 3px;
	margin: 5px 0 10px 2px;
	width: 199px;
	height: 21px;
	background-position: 0px 0px;
	background-image: url(../images/css/input_bg.png);
	background-repeat: no-repeat;
}
div.input_wrap:hover,
div.input_wrap:focus {
	background-position: -202px top;
}


textarea {
	width: 270px;
	height: 90px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	outline-style: none;
	outline-width: 0pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	margin: 3px 5px 6px 7px;
	font-size: 12px;
}

input.go_button {
	background:url(../images/css/submit.gif) -106px 0px no-repeat;
	width: 59px;
	height: 29px;
	border: none;
	cursor: pointer;
	margin-top: 10px;
}

input.go_button:hover {
	background-position: -106px -29px;
}

.floatLeft {
	float:left;
}
#contact_form fieldset p{
	margin-bottom: 28px;
}
#directions_form_wrap {
	clear:both;
}

#directions_form_wrap .inputfield {
	margin-top:3px;
}

#directions_form_wrap label {
	margin-top:5px;
}

/* contact form on contact page
----------------------------------------------------------------------------------------------------*/
#contact_form {
	margin-bottom: 30px;
}
#input_wrap{
	height: 500px;

}

		#contact_form label {
			text-align: right;
			display:inline-block;
			width: 120px;
			height:21px;
			padding: 5px 15px 0 0 !important;
			float:left;
			clear:left;
			font-size: 11px;
		}
		
		#contact_form label.error{
			padding: 0 0 0 15px !important;
			width: 220px;
			text-align:left;
			margin-left: 143px;
			background: url(../images/css/cross_small.gif) no-repeat left 3px;
			color: #E52525;
		}
		
		#contact_form input {
			width: 272px;
			height: 19px;
			font-size: 12px;
			padding-top: 3px;
			padding-right: 10px;
			padding-left: 8px;
			margin: 0 !important;
			background-position: 0px 0px;
			background-image: url(../images/css/input_large.gif);
			background-repeat: no-repeat;
			border-top-style: none;
			border-right-style: none;
			border-left-style: none;
			border-bottom-style: none;
		}
		
		
		#contact_form input.inputfield.active {
			background-position: -290px 0px;
		}
		
		#contact_form input.inputfield.error {
			background-position: -580px 0px;
		}
		
		#contact_form input.inputfield:focus {
			background-position: -290 0px;
		}
		
		div.input_wrap_large{
			float:left;
			padding-top: 0px;
			padding-right: 0px;
			padding-left: 3px;
			margin: 0px 0 25px 2px;
			width: 290px;
			height: 21px;
			background-position: 0px 0px;
			background-image: url(../images/css/input_large.gif);
			background-repeat: no-repeat;
		}
		div.input_wrap_large:hover,
		div.input_wrap_large:focus {
			background-position: -290px top;
		}
		
		#contact_form .submit_button {
			background:url(../images/css/submit.gif) 0px 0px no-repeat;
			width: 106px;
			height: 29px;
			border: none;
			cursor: pointer;
			margin-left: 136px !important;
			margin-top: 10px !important;
			clear:both;
		}
		
		#contact_form .submit_button:hover {
			background-position: 0px -29px;
		}

		div.textareawrap {
			background: url(../images/css/input_large.gif) no-repeat 0px -25px;
			width: 291px;
			height: 105px;
			float:left;
			padding: 0;
			margin-top:7px;
		}
		div.textareawrap:hover,
		div.textareawrap:focus {
					background-position: -290px -25px;
		}

#directions_wrap {
	border-top: 1px solid #d2d3d5;
	margin-top:156px;
	padding-top: 30px;
}
/* nonhuman field to avoid spam: when filled in, we have an encounter with a bot */

#nonhuman {
	visibility:hidden;
	display:none;
}
