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

	Validate
	v 2.1

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

#myForm {
	border: 1px solid #cac9b9;
	padding: 5px;
}

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

#myForm label {
	float: left;
	width: 200px;
	font-size: 12px;
	color: #999;
}

#myForm input, #myForm textarea, #myForm select {
	border: 1px solid #cac9b9;
	font-size: 12px;
}

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

#myForm label.red {
	border: none;
	color: red;
}
#myForm button{
	text-shadow: 1px 1px 0 #FFF;
	border:solid 1px #ddd;
	border-radius: 4px;
	color:#686868;
	cursor:pointer;
	display:block;
	font-size:13px;
	font-weight:bold;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:12px 10px 12px 40px;
	background-image: url(images/boton-contactar.gif);
	background-repeat: repeat-x;
}

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

#myForm #submit {
	margin-left: 100px;
}

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

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


