/* CSS style for the contact page */

input {
	background-color: #FFFFD9;
}

select {
	background-color: #FFFFD9;
}

textarea {
	background-color: #FFFFD9;
}

.submitBTNS {
	background-color: #666666;
	color: #FFFFFF;
}

.infoFormat {
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.errorText {
	font-style: italic;
	color: #FF0000;
	padding-left: 10px;
	font-weight: bold;
}

#nameError, #phoneError, #commentsError, #emailError, #refError, #successError, #unSuccess {
	display: none;
}

 
