/* Start of CMSMS style sheet 'Form Error Styles' */
form p{
	position: relative;
	
}

form span.error {
	background-color: #ba361a;
	color: white;
	font-size: 80%;
	position: absolute;
	right: 0;
	padding: 5px;
	width: 150px;
	top: 3px;
	text-align: left;
}
/* End of 'Form Error Styles' */

