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

	label.error {
		background: url('/images/error.gif') no-repeat;
		padding-left: 100px !important;
		margin-left: -1.5em !important;
		display:block;
		text-indent:-9999999999999999999999999!important;
		width:1px !important;
		position:absolute;
		overflow:hidden

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

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

textarea.error 

{
background-color:#f6e7e6;
}

.userform label.error
{
	color:#F00;

	text-align:left !important;

}
