div#errorMessage {
	margin-bottom: 1em;
}

div#errorMessagesBody{
	border-bottom: #A00 2px solid;
	border-left: #A00 2px solid;
	border-right: #A00 2px solid;
	/** The following spacing is to algin the body with the 
		title.  */
	margin-top: 0px;
	padding-top:5px;
}

/** We are making a tweak to the spacing to work cross browser*/
div#errorMessagesBody ol{
	margin-top: 3px;
	margin-bottom: 10px;
}

p#errorMessageTitle{
	border-color: #A00;
	border-width:2px;
	border-style: solid;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	background-color: #A00;
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
}


form * input, form * select, form * textarea {
	margin-top: 4px;
}

/* ------------------------ 
Error class used for displaying an error message associated to an input form field
Uses class=, can be used more than once on a page
------------------------- */
label span.errorMessage, label * span.errorMessage, div.fieldSetGroup * .errorMessage/**, div.labelFieldGroup * .errorMessage**/ {
	color: #A00;
	display: block;
	padding-left: 18px;
	background-image: url('../images/fleche-arrow.gif');
	background-position: 1px 1px;
	background-repeat: no-repeat;
	font-weight: bold;
}
