.inputError {
	BORDER-RIGHT: #FF8000 1px solid; 
	BORDER-TOP: #FF8000 1px solid; 
	MARGIN: 0px; 
	BORDER-LEFT: #FF8000 1px solid; 
	BORDER-BOTTOM: #FF8000 1px solid; 
	COLOR: #FF8000; 
	BACKGROUND-COLOR: #FFFFD7
}
.inputNormal {
/*	BORDER-RIGHT: #808080 1px solid; 
	BORDER-TOP: #808080 1px solid; 
	BORDER-LEFT: #808080 1px solid; 
	BORDER-BOTTOM: #808080 1px solid; 
	COLOR: #808080; 
	BACKGROUND-COLOR: #efefef*/
	border-left:1px solid #000;
	border-top:1px solid #000;
	font-size: 11px;
	color:#333;
}

.errorsDiv
{
	font-family: tahoma;
	width:120px;
	text-align:left;
	margin-bottom:5px;
	margin-top:2px;
	border-right: #f60 1px solid;
	padding-right: 5px;
	border-top: #f60 1px solid;
	padding-left: 25px;
	background: url(./images/standard_msg_error.gif) #fff2e9 no-repeat 5px 5px;
	padding-bottom: 5px;
	border-left: #f60 1px solid;
	color: #000;
	padding-top: 5px;
	border-bottom: #f60 1px solid;
	font-size:11px;
	font-family: tahoma;
	display:block;
	line-height:15px;
}

.innerError {
    background: url(./images/standard_msg_error.gif) #fff2e9 no-repeat 5px 5px;
    background-position: left top;
    background-repeat: no-repeat;
    background-color: white;
    padding-left: 20px;
    padding-top: 1px;
	border-right: #ff8000 0px solid;
	border-top: #ff8000 10x solid;
	margin: 0px; 
	border-left: #ff8000 10x solid;
	border-bottom: #ff8000 0px solid;
	color: #ff8000;
}
.innerHelp {
	background-image: url(./images/valid.gif);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: white;
    padding-left: 20px;
    padding-top: 1px;
	BORDER-RIGHT: #008000 0px solid; 
	BORDER-TOP: #008000 10x solid; 
	MARGIN: 0px; 
	BORDER-LEFT: #008000 0px solid; 
	BORDER-BOTTOM: #008000 0px solid; 
	COLOR: #008000
}
