

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

	Validate
	v 2.1

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


.red {
	border: 1px solid red;
}

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

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

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

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

ul.errors 
{
	list-style:none;
	font-size:1.0em;
}

ul.errors li
{
	width:100%;
	display:block;
}

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