﻿
.ic_invalid
{
    color: white;
    background-color: Red;
}

.ic_fieldlabel
{
    display: block;
    float: left;
    width: 200px;
    font-weight: bold;
    padding-bottom: 5px;
}
.ic_field
{
    display: block;
    float: left;
    width: 60%;
}
.ic_fieldshort
{
    width: 100px;
}
.ic_dd
{
    
}
.ic_fieldauto 
{
    width:auto;}
