#payment_header {
    max-width: none !important;
    width: 410px ;
}

@media (max-width: 860px) {
    
    .checkoutarea {
        max-width: 360px !important;
        width: 90% !important;
        float: none !important;
        margin: 0 auto !important;    
    }
    
    #billing_options {
        display: none !important;
    }
    
    #billing_options_h {
        display: block !important;
        margin: 0 auto;
    }
    
    #payment_header {
        max-width: 320px !important;
    }
    
}

.formbox {
    border-style: none !important;
}

.header {
    color: white !important;
    background-color: #ababab !important;
    text-align: left !important;
    padding: 2px 0 0 20px !important;
    max-width: 320px !important;
    position: relative; 
}

hr {
    display: none;
}

#complete_order {
    color: white !important;
    font-size: 17px;
    font-weight: bold;
    background-image: none !important;
    background-color: #f18f01 !important;
    margin-top: 30px !important;
    
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    height: auto !important;
    width: auto !important;
    padding: 5px 25px;
}

#complete_order:hover {
    background-color: #e07e00 !important;
}

#complete_order:active {
    background-color: #f29f23 !important;
}