﻿body
{
}
.RateFinderTable
{
    font-size: small;
    text-align: center;
}
.vertical
{
    width: 190px;
    color: #eee;
    background-color: #339;
    border: solid 10px #339;
    margin: 10px 10px;
}
.horizontal
{
    width: 100%;
    color: #eee;
}
.RateFinderHeader
{
    font-family: Serif;
    font-style: italic;
    font-size: medium;
    font-weight: bold;
}
.RateFinderLabel
{
    font-size: smaller;
    padding: 3px 4px;
    max-width: 100px;
}
.RateFinderDropDownList
{
    margin: 0px 0px;
}
.RateFinderButton
{
    /*
    background: #888 url("") no-repeat top left;
    padding: 2px 4px;
    border: solid 1px;
    border-bottom-color: #222;
    border-right-color: #222;
    border-top-color: #ccc;
    border-left-color: #ccc;
    */
    float: right;
    font-family: Serif;
    font-style: italic;
    font-size: medium;
    font-weight: bold;
}
.RateFinderButton:link
{
    color: #ddd;
    text-decoration: none;
}
.RateFinderButton:active
{
    color: #ddd;
    text-decoration: none;    
}
.RateFinderButton:hover
{
    color: #ddd;
    text-decoration: none;
}
.RateFinderButton:visited
{
    color: #ddd;
    text-decoration: none;
}
