﻿label.error
{
    margin-left: 10px;
    background: #D39A9A;
 
    padding: 2px 4px;
    height: 80%;
    color: white !important;
    width: 290px;
    font-size: 11px !important;
    border-radius: 5px;display: inline;
}

label.checked
{
    margin-left: 10px;
  
    padding-left: 16px;
    padding-bottom: 2px;
    background-image: url("../images/plug/checked.gif");
    background-repeat: no-repeat;
    background-position: 0px 2px;
    background-color: transparent;
}



input.error
{
   
}

label.ok
{
    color: Green;
}
label.ok img
{
    padding-left: 20px;
    height: 25px;
    width: 25px;
}
