﻿body
{
    font-size: 12px;
    font-family: Verdana;
    line-height: 18px;
}

input, select
{
    padding: 5px;
}

.datepicker
{
    width: 80px;
}


div.input-field
{
    line-height: 30px;
    clear:both;
}


    div.input-field strong
    {
        width:360px;
       float:left;
    }

    div.input-field select
    {
        min-width: 100px;
    }

    div.input-field input
    {
        min-width: 200px;
    }

     div.input-field .small-text
    {
        min-width:50px;
        width:70px;
    }

    div.input-field textarea
    {
        min-width: 300px;
        height: 100px;
    }


div#navigation
{
    padding-top: 10px;
    height: 40px;
}

    div#navigation input
    {
        float: right;
        cursor: pointer;
    }

div#frPay
{
    border: 1px solid #ececec;
    padding: 10px;
    min-width: 300px;
    max-width: 800px;
}

div#pricing
{
    display: none;
    padding: 10px 20px;
    background-color: #ececec;
    font-size: 10px;
    border: 1px solid #cccccc;
    margin-top: 10px;
}
