div#total{
        border: 1px solid #000;
}

#detail_total{
        border: 1px solid #000;
        padding: 0 0 10px;
}

#detail_total table{
        margin: 0 auto;
        line-height: 27px;
}

#detail_total table td{
        padding: 0 7px;
}

.terms{
        font-size: 10px;
        padding: 10px 0;
        line-height: 15px;
}

.authorization{
        font-size: 11px;
        padding: 0 0 ;
        line-height: 30px;
}

ul{
    list-style-type: none;
}

table{
    border: solid 1px white;
}

th{
    background-color: #003768;
    color: white;
    padding: 5px 2px;
    border: solid 1px white;
}

td{
    text-align: center;
    background-color: #D6DEEB;
    border: solid 1px white;
}

.left_table{
    width: 350px;
    text-align: left;
}

.ratehead {
    width: 100px;
}

.first {
    text-align: left;
}

.comment {
    background-color: #EBEFF5;
    text-align: left;
}
.comment_box {
    width: 690px;
}

a {
    text-decoration: none;
    color: black;
}

.response {
    padding: 5px 2px;
}

.reference{
    background-color: #D6DEEB;
    width: 190px;
}

input[type=submit]{
    border: 0;
    font-weight: bold;
    height: 35px;
    color: #ffffff;
    background: url('/assets/images/bg-greybar-round.png') repeat-x 0 0 ;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin: 2px;
}
input[type=submit]:hover{
    background: url('/assets/images/bg-redbar-flat.png') repeat-x 0 0 ;
}