		label.valid {
		  width: 24px;
		  height: 24px;
		  background: url(assets/img/valid.png) center center no-repeat;
		  display: none;
		  position:absolute;
		  text-indent: -9999px;
		}
		label.error {
			font-size:11px;
			color: red;
			padding: 2px 8px;
			margin-top: 2px;
			margin-right: 25px;
			float:right;
			width:300px;
			text-align:right;
		}
		
		label.successLabel{
		color: red;
		}
		label.errorLabel{
		color:#b94a48;
		}
		input.error {
		border-color:red;
		}
		
		
		
		