form input.error {
    border: 1px solid orange;
    background: url('../jblib/img/error-input.png') center right no-repeat #fff;
}
.ws-success input {
    border: 1px solid green;
    background: url('../jblib/img/tick-input.png') no-repeat center right #fff;
}
.ws-success input {
    border: 1px solid green;
    background: url('../jblib/img/tick-select.png') no-repeat center right #fff;
}
form select.error {
    border: 1px solid orange;
    background: url('../jblib/img/error-input.png') no-repeat center right #fff;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="numeric"]:focus,
input[type="email"]:focus,
select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
