#email_check {
	display: none;
}

label.error {
	display: block !important;
	padding: 0;
	text-indent: -9999px;
	font-size: 0;
	position: absolute;
	right: 0px;
	top: 2px;
	background: url(../images/error.png) left center no-repeat;
	width: 13px;
	height: 100%;
	
}

.input-big.error {border-bottom:1px solid red;} 

.valid label.error {
	background: url(../images/success.png) left center no-repeat;
}