/* Stylerules as overrides for the validation enabled forms */
label{
	margin-bottom : 0px!important;
}

label.valid {
    background: transparent url("http://assets.localhost/img/16/accept.png") 5px 2px no-repeat!important;
    display: inline-block;
    height: 20px;
    text-indent: -9999px!important;
    width: 30px!important;
}

label.error {
    background: transparent url("http://assets.localhost/img/16/error.png") 5px 2px no-repeat;
    color: #FF0000;
    display: inline-block;
    height: 20px;
    text-indent: 30px;
    width: 300px;
    font-weight: normal;
}

.validation-alert{
	padding: 4px 15px 4px 16px;
	margin-left: 30px;
	font-size: 14px;
}

