input,select {
	font-family: Verdana;
	font-size: 10px;
}

#contactFormDiv {
	float: left;
	text-align: center;
	padding-right: 20px;
	background-image: url(../img/vr.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

#messageSent {
	background-color: #0DDD0D;
	font-weight: bold;
	padding: 5px;
	color: #FFFFFF;
	width: 200px;
}

#mailformError {
	font-weight: bold;
	font-size: 10px;
	background-color: #DD0D0D;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
	width: 200px;
}

.field_error {
	background-color: #DD0D0D;
	color: #FFFFFF;
}

#contactBody {
	margin-left: 230px;
}

#contactMessages {
	display: block;
}
.messageOkDiv {
	width: 200px;
	visibility: hidden;
	color: black;
	background-color: #B3FF99;
	border-top: 1px solid #008521;
	border-bottom: 1px solid #008521;
	padding: 5px;
	text-align: center;
	margin-bottom: 5px;
}

.messageErrorDiv {
	width: 200px;
	visibility: hidden;
	color: black;
	background-color: #FFDFDF;
	border-top: 1px solid #ff3333;
	border-bottom: 1px solid #ff3333;
	padding: 5px;
	text-align: center;
	margin-bottom: 5px;
}
