.inputError {
	background : #ffffff;
		border-left : 1px #888888 solid;
      	border-right : 1px #888888 solid;
      	border-bottom : 1px #888888 solid;
      	border-top : 1px #888888 solid;
      	font-family : Tahoma;
      	font-weight : Normal;
		font-size : 11px;
      	color : #666666;
		width:200px;
}
.inputNormal {
	background : #ffffff;
		border-left : 1px #888888 solid;
      	border-right : 1px #888888 solid;
      	border-bottom : 1px #888888 solid;
      	border-top : 1px #888888 solid;
      	font-family : Tahoma;
      	font-weight : Normal;
		font-size : 11px;
      	color : #666666;
		width:200px;
}

#inputtext .inputError {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	border: 1px solid #FFBF00;
	width: 134px;
	height:15px;
}
#inputtext .inputNormal {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	border: 1px solid #FFBF00;
	width: 134px;
	height:15px;
}