.required{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-image:url(../images/asterik.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:10px;
}
span.field_error{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#FFD9D9;
	border:1px solid #A6C9E2;
	font-size:11px;
	font-weight:bold;
	left:5px;
	margin:3px;
	padding:4px 20px;
	vertical-align:top;
	z-index:9999;
	background-image:url(../images/dialog-warning.png);
	background-repeat:no-repeat;
	background-position:right;
	display:block;
}
input[type=text].error, input[type=password].error, textarea.error, select.error{
	border:1px #FFAFAF solid;
}

