﻿.SmallGray 
{ 
    font-size: small; 
    color: Gray; 
    font-style: italic; 
}

.nobr 
{ 
    white-space: nowrap;
}

.errorMsg
{
    padding: 10px; 
    margin-bottom: 5px; 
    border: 1px solid #FF0000; 
    background-color: #FFCCCC;
    font-weight: bold;
    color: Red;
}

.errorInline
{
    color: Red;
    display: inline-block;
}

.successMsg
{
    padding: 10px; 
    margin-bottom: 5px; 
    border: 1px solid #00FF00; 
    background-color: #CCFFCC;
    font-weight: bold;
    color: Green;
}
