

/**************************************************************

	Validate
	v 2.1

**************************************************************/



 input.required:focus, textarea.required:focus {
	background: #fcfcd7;
	border: 1px solid #4F8398;
	
	}



 .red {
	border: 1px solid #4F8398;
	background-color: #FFFFCC;
}

 label.red {
	border: none;
	color: #4F8398;
}

.customRed {
	border: none;
	color: red;
}
/*
#myForm #submit {
	margin-left: 100px;
}
*/
#validationMessage {
	padding: 2px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

 .errorMessage {
/*	color: #4F8398;*/
    text-align:left;
    display:block;
	color: #EC1C24;
/*	margin-left:5px;*/
	margin: -20px 0 10px 150px;
	font-size: 0.85em;
	clear:both;
}

.success {
color: #4F8398;
}
/*************************************************************/
/*  added focus style to input elements */


	