#cart-items {
    width: auto;
    margin: 30px auto;
}

#cart-items td, #cart-items th {
    padding: 5px 10px;
}

#cart-items td.remove img.del {
    cursor: pointer;
    height: 20px;
    margin-bottom: -5px;
}

#cart-items td.qty input {
    width: 70px;
}

#cart-empty {
    margin-top: 30px;
}

#cart-contact-name, #cart-contact-tel, #cart-contact-email, #cart-comment {
    margin-top: 5px;
    width: 300px;
}

#cart-comment {
    height: 75px;
}

#cart-button-send {
    margin-top: 10px;
}