		label.error {
			font-weight: bold;
			color: red;
			padding: 2px 8px;
			margin-top: 5px;
			margin-left: -50px;
			line-height: 30px;
		}
		label.valid {
		/*
		  width: 24px;
		  height: 24px;		  
		  background: url(../images/valid.png) top center no-repeat;
		  display: inline-block;
		  text-indent: -9999px;
		  margin-top: -5px;
		  */
		 	font-weight: bold;
			padding: 2px 8px;
			margin-top: 3px;
		  	color: #000;
		}
		