﻿div.chaseForm {
    margin-left:25px;
    width:450px;
}

div.chaseForm > form > table {
    border:none;
    border-collapse:collapse;
    border-spacing:0;
    margin:0;
    padding:0;
    width:100%;
}

    div.chaseForm > form > table > tbody > tr > td {
        border:0;
        margin:0;
        padding:2px;
    }

        div.chaseForm > form > table > tbody > tr > td:nth-child(2n+1) {
            text-align:left;
        }

    div.chaseForm > form > table > tbody > tr > td > div {
        margin-bottom:15px;
    }

    div.chaseForm > form > table > tbody > tr > td a {
        color:#fe6905;
    }

    div.chaseForm span.error_message {
        background-color:#fff;
        color:#fe6905;
        font-weight:bold;
    }

    div.chaseForm input[type="submit"], 
    div.chaseForm input[type="button"]
    {
        background-color:#e1e1e1;
        border:1px solid #3b3b3b;
        border-radius:5px;
        cursor:pointer;
        height:30px;
        padding-left:15px;
        padding-right:15px;
    }
    
    div.chaseForm input[type="text"] {
        background:#fafafa;
        border:1px solid #3b3b3b;
        color:#3b3b3b;
        height:18px;
        padding:2px 4px;
        border-radius:3px;
        margin:0px;
    }

    div.chaseForm select {
        background:#fafafa;
        border:1px solid #3b3b3b;
        border-radius:3px;
        color:#3b3b3b;
        margin:0px;
        padding:2px 4px;
    }

    div.buttonHide input[type="submit"], 
    div.buttonHide input[type="button"]
    {
        display:none;
    }