﻿label.error
{
	color: Red;
	padding-left: 20px;
	margin-left:5px;
    *background:none;
    *padding-left: 0px; 
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display:inline-block;
}
input.error
{
    border: dashed 1px red;	display:inline-block;
}
label.success
{
	color: Blue;
	padding-left: 20px;
	margin-left:5px;
    *background:none;
    *padding-left: 0px; 
	display:inline-block;
	line-height: 20px;
	height: 20px;
	background-image: url(../images/success.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
}