/*	This is the contact us page css file for EARS online	*/

#emailform {
	position: relative;
	float: left;
	width: 100%;
}

label {
	clear: both;
	float: left;
	width: 30%;
	margin: .5em;
}

input, textarea, select {
	float: left;
	width: 60%;
	padding-left: 1em;
	margin: .5em;
}

select, legend {
	color: #D2691E;
}

.shh, .shh input {
	line-height: 1px;
	color: transparent;
	background-color: transparent;
	font-size: 1px;
	border: none;
	width: 0;
	position: absolute;
	top: 150%;
}

.error {
	background-color: #FBB;
}
