.legend, .legend_cart {
    padding: 0px 8px;
    position: absolute;
    top: -10px;
    left: 30px;
    background: #FFFFFF;
    font-weight: bold;
}
div.form {
    color: #666666;
    margin: 10px 0px 15px;
    padding: 20px;
    list-style: none;
    border: 1px solid #DBDBDB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
}
div.form table {
    width: 100%;
}
div.form label {
    padding-top: 5px;
}  
form.form {
    padding: 0px;
    max-width: 100%;
}
form.form select.select {
    font-size: 11px;
    background: #fff url(../images/shadow.gif) repeat-x;
    color: #666666;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    padding: 2px 1px 1px 0px;
    height: 30px;
}
form.form input.input, form.form input.errorinput, form.form textarea.input {
    font-size: 11px;
    background: #FFFFFF url(../images/shadow.gif) repeat-x;
    padding: 2px 3px 3px;
    color: #666666;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    height: 30px;
}
table.validationCode img {
    width: 100% !important;
}