/*
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 : 7-nov-2014, 16.44.05
    Author     : sbrunasso
*/

label.ui-state-error{
    background: none;
    border: none;
}
input.ui-state-error{ }

spam.ui-state-error{
    padding: 0 .5em;
}
spam.ui-state-error:before{
    margin-right: .5em;
    background-image: url("images/ui-icons_cd0a0a_256x240.png");
    background-position: 0 -144px;
    height: 16px;
    width: 16px;
    display: inline-block;
    content: " ";
}

button.loading:before{
    content:url(images/loading.gif);
    vertical-align: -25%;
}
