/* MASTER COMMON STYLES */
/* copyright 2008 Caxiam Group */

/* ERROR CLASSES */

div.error,
span.error { /* ERROR MESSAGES */
	color: #D95C5C;
	font-weight: bold;
}

ul.error { /* ERROR MESSAGES */
	margin: 0px 0px 10px 0px;
	padding: 2px 8px;
	list-style: none;
	list-style-image: none;
	font-weight: bold;
	color: #D95C5C;
	background-color: #FBF9F9;
	border: 1px solid #D95C5C;
}

ul.error LI {
	list-style-image: none;
	margin: 0px;
}

input.error,
textarea.error,
select.error {
	background-color: #FBD8D8;
	border: 1px solid #D95C5C;
}

DIV.required {
	float: right;
	font-size: 11px;
	font-weight: bold;
	zoom: 1;
}

.required SPAN,
SPAN.required {
	color: #FF0000;
	font-weight: bold;
}
