
/* contact form styles */
textarea, input {
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 1em;
	padding: 5px;
}

fieldset { 
	border: none; 
	display: block;
	float: left;
	width: 350px;
	margin-bottom: 21px;
}

label, form p {
	display: block;
	padding: 5px 21px;
}

label.inline {
	display: inline;
	font-size: 1em;
}

input.submit {
	font-size: 1.2em;
	padding: 5px 20px;
}


textarea.fat, input.large {
	font-size: 1.2em;
	font-weight: normal;
	display: block;
}

input.fat { width: 300px; }
textarea.fat { width: 300px; height: 160px; }



form {
	padding: 0;
}

.req { color: #9C0C08; font-weight: bold; }

/* error styles */
.errFld {
	border: 2px solid #a11111;
}

.errMsg {	
	padding-left: 1px;
	font-size: 0.8em;	
	color: #a11111 !important;
}