

/**************************************************************

	Validate
	v 2.1

**************************************************************/
#myForm label {
	float: left;
	width: 150px;
}

#name, #company, #email, #address, #city, #country, #tel, #Dates{
	width:253px;
	height:16px;
	color:#333333;
	font-size:11px;
	padding:3px 0px 0px 3px;
}
#myForm .red {
	background-color:#309ecf;
	color:#FFFFFF;
}

#myForm label.red {
	border: none;
	color: red;
}

#myForm .customRed {
	border: none;
	color: red;
}

#validationMessage {
	padding: 5px;
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#myForm .errorMessage {
	color: white;
	margin-top:6px;
	position:absolute;
	margin-left:-75px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:7.5pt;
	text-align:right;
}

