

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

	Validate
	v 2.1

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


.#AA0000 {
	border: 1px solid #AA0000;
}

label.#AA0000 {
	border: none;
	color: #AA0000;
}

.custom#AA0000 {
	border: none;
	color: #AA0000;
}

#submit {
	margin-left: 100px;
}

#validationMessage {

	/*background-color: #eee;*/
	border: 1px solid #AA0000;
	margin-bottom: 10px;
	color: #AA0000;
	font-weight: bold;
	display: none;
}

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


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

