﻿.TEXTBOX
{
    border: 1px inset #333333;
    font-size: small;
    font-family: Calibri;
    background-color: #EBE9ED;
    height: 15px;
    width: 250px;
    color: #000000;
}

.COMBOBOX
{
    border: 1px inset #333333;
    font-size: small;
    font-family: Calibri;
    background-color: #EBE9ED;
    height: 19px;
    width: 252px;
    color: #000000;
}

.COMBOBOX_MINI
{
    border: 1px inset #333333;
    font-size: small;
    font-family: Calibri;
    background-color: #EBE9ED;
    height: 17px;
    width: 55px;
    color: #000000;
}

.BUTTON_GREY
{
    border: thin inset #669999;
    background-repeat: repeat-x;
    background-attachment: fixed;
    font-family: Calibri;
    font-size: small;
    text-decoration: none;
    color: #000000;
    height: 19px;
    background-color: #EAEAEA;
}

.BUTTON_CHANGE
{
    border: thin inset #669999;
    background-repeat: repeat-x;
    background-attachment: fixed;
    font-family: Calibri;
    font-size: small;
    text-decoration: none;
    color: #000000;
    height: 19px;
    background-color: #FFFF66;
}

.BUTTON_DELETE
{
    border: thin inset #669999;
    background-repeat: repeat-x;
    background-attachment: fixed;
    font-family: Calibri;
    font-size: small;
    text-decoration: none;
    color: #000000;
    height: 19px;
    background-color: #FF6666;
}


