﻿.required 
{
    font-family: Arial;
    line-height: 10px;
    font-size: 8px;
    color: #660000;
}

.greenCheck
{
    display: block;
    background-image: url(/image/greenCheck.jpg);
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 25px;
    background-position:left;
    width: auto;
    font-family: Calibri;
    font-size: 10pt;
    font-weight: bold;
    color: #666666;
    line-height: 12pt;
    padding-left: 45px;
}

.redX
{
    display: block;
    background-image: url(/image/greenCheck.jpg);
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 25px;
    background-position:left;
    width: auto;
    font-family: Calibri;
    font-size: 10pt;
    font-weight: bold;
    color: #660000;
    line-height: 12pt;
    padding-left: 45px;
}