/* -- ELEMENT STYLES -- */

/* -- ERROR ITEM STYLES -- */
/*
#list_error {
	list-style-type:square;
	text-decoration: none;
}*/

li.error {
	list-style-type:square;
	color: #c13030;
}

li.message {
	list-style-type:disc;
	color: #182660;
}

td.list_error{
	color: #c13030;
	padding: 2px 2px 0px 2px;
	font-family:verdana, sans-serif, helvetica,  arial;
	font-size:0.9em;
	margin: 0;
	text-align: justify;
}



label.error{
	color: #c13030;
	padding: 2px 2px 0px 2px;
	font: 0.85em Arial, Sans-Serif;
	margin: 0;
	text-align: justify;
}

span.error{
	color: #c13030;
	padding: 2px 2px 0px 0px;
	font: 0.85em Arial, Sans-Serif;
	margin: 0;
	text-align: justify;
}

span.message{
	color: #182660;
	padding: 2px 2px 0px 0px;
	font: 0.87em Arial, Sans-Serif;
	margin: 0;
	text-align: justify;
}

table.frame_error_box {
	background: #eeeeee;
	border: 1px solid #9f9f9f;
	padding: 4px;
	margin-bottom: 5px;
}

