



/* ============== CONTACT FORM  STYLES ============================== */





.formfield {
	border: 1px solid #ccc;
	background-color: #fcfcfc;
}

.error {
	color: #b13838;
}
span.error {
	margin-left: 10px;
}

.errorbox {
	color: #b13838;
	border: 1px solid #e6b8b2;
	background-color: #fffcfc;
	padding: 10px;
	margin-bottom: 20px;
}
.successbox {
	color: #669900;
	border: 1px solid #669900;
	background-color: #fcfcfa;
	padding: 10px;
	margin-bottom: 20px;
}


.pendingbox {
	color: orange;
	border: 1px solid orange;
	background-color: #fffcfc;
	padding: 10px;
	margin-bottom: 20px;
}

.req { color: #b13838; }

div.question {
	padding: 4px;
}


.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}
