/*p.error {
	background-color: #000;
	background-image: url(images/icon_error.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	color: #ffffff;
	padding: 3px 3px 5px 27px;
	border: 1px solid #000000;
	margin: auto 100px;
}

form div.error {
	
	background-image: url(images/bkgd_error.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #000;
	border: 1px solid #ff0000;
}

form div.error p.error {
	background-image: url(images/icon_error.gif);
	background-position: top left;
	background-color: transparent;
	border-style: none;
	font-size: 88%;
	font-weight: bold;
	margin: 0 0 0 118px;
	width: 200px;
	color: #ff0000;
}
*/
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	align:center;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	margin-bottom:0;
	width:500;
	padding: 3px;
    background:#ffbfbf;
	color : #FFF;
	font-weight: bold;
	font-size: 11px;
}