/* CSS style for the contact page */

#emailError, #phoneError, #commentsError, #nameError {
	font-weight: bold;
	color: #D20000;
	display: none;
	padding-left: 15px;
}

.contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	color: #6F532E;
	font-size: 18px;
	font-weight: bold;
}

#unSuccess, #Success {
	font-weight: bold;
	color: #D20000;
	display: none;
}

.formDisplay {
	background-image: url(../images/contact-bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-weight: bold;
}

textarea, input {
	background-color: #F4F4F4;
}