#account_checkout th{font-weight: normal;}
#summary_form {
    background: #f8f8f8;
    border: 1px solid black;
    padding: 10px 10px 15px 11px;
}
.checkout_form .checkout_field {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
    font-size: 14px;
}
.checkout_form label{
    vertical-align: top;
    display: block;
    padding: 4px 5px 6px 0;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    width: 325px;
    color: #000;
}
.checkout_form label sup{
    color: #900;
}
.checkout_form input, .checkout_form select .checkout_form textarea{
    border: 1px solid #CCC;
    font-size: 14px;
    color: #666;
}
.checkout_form input[type="text"]{
    height:22px;
    padding: 0 5px;
    width: 315px;
}
.checkout_form input.field-price {
	width: 305px;
}
.checkout_form textarea{
    width: 330px;
    height:60px;
}
.checkout_form select{
    display: block;
    width: 325px;
}
.checkout_form .checkout_field.full-width label {
	width: auto;
}
.checkout_form .checkout_field.full-width input.field-price {
    width: 647px;
}
.checkout_form .checkout_field.full-width {
	display: block;
}
.checkout_form .checkout_field.full-width input {
	width: 657px;
}
.checkout_form .checkout_field.full-width textarea {
	width: 667px;
}
.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 .required_message {
	font-size: 13px;
	padding-left: 3px;
}
.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;}
#auto_helptext {
	font-size: 12px;
	line-height: 16px;
	padding: 2px 5px;
}
.checkout_form .block_content .checkout_field{
    display: block;
}
.user-link-setting > h2{
    display: none;
}
.checkout_field div.required_message{
    font-size: 15px;
    font-style: italic;
    text-align: left;
}
.checkout_form#summary_form{
    background: none;
    border: 0;
}
#checkout_block_contentsummary{
    overflow: hidden;
}
#checkout_block_contentsummary label{
    padding: 4px 5px 6px 20px;
}
#checkout_block_contentsummary .save_customer_value{
    width: 15px;
}
#checkout_block_contentsummary .checkout_field {
    float: left;
}
#checkout_block_contentsummary .checkout_field input, #checkout_block_contentsummary .checkout_field select,
#checkout_block_contentsummary .checkout_field textarea,#checkout_block_contentsummary .required_message{
    margin-left: 20px;
}
#checkout_block_contentsummary  .checkout_field {
    margin-right: 35px;
    color: #000;
}
#checkout_block_contentsummary .checkout_field ul {
    padding-left: 15px;
}
#checkout_block_contentsummary .checkout_field .tm-class{padding: 5px 0 5px 18px;}
@media (max-width: 1199px) {
    #checkout_block_contentsummary .checkout_field {
        width: 48%;
    }
    #checkout_block_contentsummary .checkout_field.full-width{
        width: 100%;
    }
    #checkout_block_contentsummary .checkout_field input, #checkout_block_contentsummary .checkout_field select,
    #checkout_block_contentsummary .checkout_field textarea, {
        width: 80%;
    }
    .checkout_form #checkout_block_contentsummary input[type=text],.checkout_form #checkout_block_contentsummary select {
        width: 80%;
    }
    #checkout_block_contentsummary .checkout_field{
        margin-right: 0;
    }
}