/* Background color for the input field 
 if any error occurs */
.inputError 
{
	
	background-color: #FFFFD7;
	font-family:Tahoma, Arial;
	font-size:13px;
	line-height:24px;
	border:1px solid #f3f3f3;
	background-image:url(../../images/inner/textboxbg.jpg);
	background-repeat:repeat-x;
	padding: 2px;
	color: #292929;
	
}
.inputNormal 
{
	font-family:Tahoma, Arial;
	font-size:13px;

	line-height:24px;
	border:1px solid #f3f3f3;
	background-image:url(../../images/inner/textboxbg.jpg);
	background-repeat:repeat-x;
	padding: 2px;
	color: #292929;
	background-color: #FFFFD7;
}
.innerError 
{
	BORDER-RIGHT: #FF8000 1px solid; BORDER-TOP: #FF8000 1px solid; MARGIN: 0px; BORDER-LEFT: #FF8000 1px solid; BORDER-BOTTOM: #FF8000 1px solid; COLOR: #FF8000
}


.warning
{
	background: url("../../images/warning.gif") left no-repeat;
	background-color: #FFF8A7;
	background-position: 14px center;
	padding: 8px 3px 8px 48px;
	border: 1px dotted #E5D200;	
	margin: 5px;
	width: 80%;
	text-align: left;
	color: #000000;
	font-family: arial;
	font-size: 11px;
	font-weight:bold;
}

.info
{
	background: url("../../images/info.gif") left no-repeat;
	background-color: #D4F5D4;
	background-position: 14px center;
	padding: 3px 3px 3px 42px;
	border: 1px dotted #54AF54;	
	margin: 5px;
	width: 70%;
	text-align: left;
	font-family: arial;
	font-size: 11px;
	font-weight:bold;
}

 
