.auto-buying-program {
    width: 310px;
    margin-bottom: 20px;
    padding-bottom: 6px;
    background: url('../images/dropshadow.jpg') no-repeat bottom;
    border-radius: 2px;
    float: right;
}

.auto-buying-contents {
    border: 1px solid #d5d9dd;
    border-radius: 0 0 2px 2px;
/*    background: url('../images/grey-background.jpg') repeat-x;*/
    text-align: center
}

.auto-buying-logo {
    padding-top: 18px;
    width: 314px;
    height: 84px;
    margin-bottom: 15px;
    text-align: center;
}

.auto-buying-contents select {
    width: 180px;
    margin-bottom: 10px;
    height: 25px;
    padding: 2px;
    border: 2px solid #d5d9dd;
    border-radius: 1px;
}

.auto-buying-contents input {
    width: 106px;
    margin-bottom: 10px;
    height: 20px;
    padding: 2px;
    border: 2px solid #d5d9dd;
    border-radius: 1px;
    float: left;
}

.auto-buying-contents label {
    margin-right: 10px;
    margin-bottom: 10px;
    height: 21px;
    padding: 2px;
    font-weight: 700;
    float:left;
    margin-left: 66px;
    padding-top: 6px;

}

.auto-buying-contents .blue-button {
    width: 134px;
    display: inline-block;
}

.auto-buying-program-red {
    width:185px;
    position:relative;
    margin-top: -156px;
    margin-left:65px;
}

.auto-buying-contents-red {
    text-align: center;

}

.auto-buying-contents-red select {
    width: 180px;
    margin-bottom: 10px;
    height: 25px;
    padding: 2px;
    border: 2px solid #d5d9dd;
    border-radius: 1px;
}

.auto-buying-contents-red input {
    width: 106px;
    margin-bottom: 10px;
    height: 20px;
    padding: 2px;
    border: 2px solid #d5d9dd;
    border-radius: 1px;
    float: left;
}

.auto-buying-contents-red label {
    margin-right: 5px;
    margin-bottom: 10px;
    height: 21px;
    padding: 2px;
    font-weight: 700;
    float:left;
    margin-left: 5px;
    padding-top: 6px;

}

.auto-buying-contents-red .blue-button {
    width: 134px;
    display: inline-block;
}

.auto-buying-contents-red .red-button {
    width: 134px;
    display: inline-block;
}

.auto-buying-contents-questions {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}

.auto-buying-contents-questions a {
    color: #ba5245;
}
