﻿div.popupMsg
{
	border: solid 1px Navy;
	height: 20px;
	padding: 1px 3px 1px 20px;
	background-color:#fefe88;
	background-image: url(/images/loading.gif);
	background-repeat: no-repeat;
	background-position:  0% 50%; /* H value, V value */
	color: Navy;

	}
.error
{
	color:Red;
}
span.error
{
	color:Red;
	padding: 1px 3px 1px 20px;
	background-image: url(/images/unchecked.gif);
	background-repeat: no-repeat;
	background-position:  0% 50%; /* H value, V value */

	}

label.error
{
	color:Red;
	/*
	padding: 1px 3px 1px 20px;
	background-image: url(/images/unchecked.gif);
	background-repeat: no-repeat;
	background-position:  0% 50%;  
	*/
	}
