/*
Trick IDE to thinking this is a css file, but actually this is a comment! ha ha!
<style>
/**/

/* COPY EVERYTHING ABOVE THIS LINE FOR NEW CSS FILES */

#header {
    background: none;
    background-color: #FFF;
    border-bottom: #CD853F 3px solid;
    
}

#new_quote_block {
    border: 1px solid #FFBA78;
}

#load_quote_block {
    border: 1px solid #FFBA78;
}

#content #right_coln div#help_agent blockquote {
    background-color: #CD853F;
    color: #FFF;
}
#content #right_coln div#help_agent blockquote a{
    color: #FFF;
}


#help_agent,
#right_coln div#help_agent {
    border: 1px solid #FFBA78 !important;
}

.progress_list .bindSteps h3 {
    background-color: #CD853F;
    color: #FFF;
}

#payment_details table tr th {
    background-color: #CD853F;
    color: #FFF;
}
