#account_checkout th{font-weight: normal;}
.checkout_form label{
    vertical-align: top;
    display: inline-block;
    padding: 4px 5px 6px 0;
    width: 380px;
    font-size: 14px;
    text-align: right;
    font-weight: bold;
}
.checkout_form label sup{
    color: #900;
}
.checkout_form input, .checkout_form select .checkout_form textarea{
    border: 1px solid #CCC;
    font-size: 12px;
    color: #666;
    margin-top:4px;
}
.checkout_form input[type="text"]{
    height:22px;
    padding: 0 5px;
    width: 315px;
}
.checkout_form textarea{
    width: 330px;
    height:60px;
}
.checkout_form select{
    width: 330px;
}
.checkout_form_left{
    float:left;
    width:345px;
    margin-left:2px;
    margin-right:30px;
}
.checkout_form_right{
    float:left;
    width:345px;
    margin-left:2px;
}
.checkout_form_left label,.checkout_form_right label{width: 160px;}
.checkout_form_left input[type="text"],.checkout_form_right input[type="text"]{width: 158px;}
.checkout_form_left textarea,.checkout_form_right textarea{width: 170px;}
.checkout_form_left select,.checkout_form_right select{width: 170px;}
.checkoutfields_order_table h3 {padding: 10px 0 0 0;}
#checkout_block_contentshipping textarea{width: 330px !important;}