﻿.onlineform
{
    font-weight: normal;
    font-size: 8pt;
    color: black;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    border-right: 0pt;
    border-top: 0pt;
    border-left: 0pt;
    border-bottom: 0pt;
    border-collapse: collapse;
    empty-cells: show;
    background-color: #e4e9e5;
}

.onlineform td
{
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
}

form
{
    margin: 0px
}

form.onlineform
{
    width: 720px;
    background-color: #e4e9e5
}

input
{
    font-size: 8pt;
    color: #000000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: transparent;
}

input.radio
{
    width: 20px;
    background-color: transparent;
    border-right: 0px;
    padding-right: 0px;
    border-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    border-left: 0px;
    padding-top: 0px;
    border-bottom: 0px;
}

input.checkbox
{
    width: 20px;
    background-color: transparent;
    border-right: 0px;
    padding-right: 0px;
    border-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    border-left: 0px;
    padding-top: 0px;
    border-bottom: 0px;
    vertical-align:middle;
}

input.text
{
    border-right: #5d6467 1px solid;
    border-top: #5d6467 1px solid;
    padding-left: 2px;
    padding-top: 3px;
    padding-bottom: 0px;
    font-size: 8pt;
    vertical-align: middle;
    border-left: #5d6467 1px solid;
    width: 230px;
    color: black;
    border-bottom: #5d6467 1px solid;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    height: 17px;
    background-color: white;
    text-align: left
}

input.text_small
{
    border-right: #5d6467 1px solid;
    border-top: #5d6467 1px solid;
    padding-left: 2px;
    padding-top: 3px;
    padding-bottom: 0px;
    font-size: 8pt;
    vertical-align: middle;
    border-left: #5d6467 1px solid;
    width: 80px;
    color: black;
    border-bottom: #5d6467 1px solid;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    height: 17px;
    background-color: white;
    text-align: left
}

INPUT.frmbtn
{
    font-weight: bold;
    font-size: 8pt;
    color: white;    
    text-decoration: none;
    vertical-align: middle;
    letter-spacing: -0.4pt;
    border-right: #336699 2px double;
    border-top: #a3bad1 2px double;
    border-left: #a3bad1 2px double;
    border-bottom: #336699 2px double;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 1px;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    height: 23px;
    width: 86px;
    background-color: #336699;
}
