﻿*
{
    font-family: Arial;
    color: rgb(90, 90, 90);
    font-size: 11px;
    font-weight: bold;
}
sup
{
    font-size: xx-small;
}
h3
{
    font-size: 25px;
    color: rgb(90, 90, 90);
    font-family: 'arial black';
    line-height: 30px;
}
select 
{
    background-image: url(../images/bgslice.jpg);
    background-repeat: repeat-x;
    height: 22px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 12px;
    color: rgb(90, 90, 90);
}
.inputtitle
{
    color: rgb(90, 90, 90);
    font-size: 11px;
    font-weight: bold;
}
.iput
{
    background-image: url(../images/bgslice.jpg);
    background-repeat: repeat-x;
    height: 17px;
    width: 170px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 12px;
    color: rgb(90, 90, 90);
}
textarea
{
    background-image: url(../images/bgslice.jpg);
    background-repeat: repeat-x;
    background-color: rgb(228, 227, 235);
    height: 125px;
    width: 170px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 12px;
    color: rgb(90, 90, 90);
}
label.error
{
    font-size: 8pt;
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top;
}

.generallist{background-color:White}
.generallist:hover {background-color:MistyRose; cursor:pointer;}
.generallist_alt{background-color:#FFFFD7}
.generallist_alt:hover {background-color:MistyRose; cursor:pointer;}
