label.error{
    /*position:absolute;
    margin-left:10px;
    float:right;*/
    color:red;
    display:none;
}
input.error{
    background-color:yellow;
}

