@charset "utf-8";
/* CSS Document */

	label.error {
		background: url('/images/error.gif') no-repeat;
		padding-left: 16px;
		margin-left: .3em;
		display:inline;
		position:absolute;

		
	}
	label.valid {
		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
		display: inline;
		width: 16px;
		height: 16px;
	}
input.error 

{
background-color:#f6e7e6;
display:inline;
}	

textarea.error 

{
background-color:#f6e7e6;
}

.userform label.error
{
	color:#F00;

	text-align:left !important;

}