﻿/* --------------------------------------------------------------- */
/* -- form styles ------------------------------------------------ */
/* --------------------------------------------------------------- */
.disabled
{
    background-color:rgb(30,90,140);
    color:#999999;
    font-weight:bold;
    border-style:inset;
}

/* --------------------------------------------------------------- */
/* -- text styles ------------------------------------------------ */
/* --------------------------------------------------------------- */
.bold 
{
    font-weight:bold;
}
.italic,
.quote
{
    font-style:italic;
}
.small
{
    font-size:small;
}    
