/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 3, 2014, 12:45:47 PM
    Author     : PENUNES
*/
input.valid {
    background: url(../images/icons/icon-ok.png) no-repeat right center #e3ffe5;
    color: #002f00;
    border-color: #96b796 !important;
}

input.error {
    background: url(../images/icons/icon-fail.png) no-repeat right center #ffebef;
    color: #480000;
}
