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

	Validate
	v 2.1

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

#myForm {
	border-left-color: #CCCCCC;
	margin: 0px;
}

#myForm p {
	margin-bottom: 5px;
}

#myForm label {
	float: left;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#myForm input, #myForm select {
	width:225px;
	height:27px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-right: 30px;
	padding-left: 5px;
	line-height: 27px;
	border: 1px solid #CCCCCC;
}

#myForm textarea {
	padding:5px;
	font-size:12px;
	width:400px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	border: 1px solid #CCCCCC;
}


#myForm .red {
	border: 1px solid red;
}

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

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

#myForm  #submit{
	display:block;
	width:110px;
	height:30px;
	cursor:pointer;
	border:none;
	text-indent:-9999px;
	background-image: url(images/submit.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 100px;
}
#myForm  #submit:hover{
	background-image: url(images/submit.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#validationMessage {
	/*background-color: #eee;*/
	border: 1px solid red;
	color: red;
	font-weight: bold;
	display: none;
}

#myForm .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}

#round {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}


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