#contentcontainer {
    margin-top: 0;
    font-family: arial;
    font-size: 11px;
}
#tabs {
    height: 58px;
    padding-left: 35px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 10px;
}
.tab, .tab_grey {
    float: left;
    width: 175px;
    height: 58px;
    background-image: url('/media/images/static/new-pay/tab_green.png');
    margin-right: 15px;
}
.tab_grey {
    background-image: url('/media/images/static/new-pay/tab_grey.png');
    color: #99abb6;
}
.tab_head, .tab_body {
    display: block;
    text-align: center;
}
.tab_head {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

/* Step 1 container */
.step1_outer_container {
    margin-bottom:2em;
}
.step1_outer_container h2 {
font-size: 24px;
font-weight: lighter;
line-height: 1.25em;
}
.step1_container {
    margin-bottom: 8px;
    background-image: url('/media/images/static/new-pay/step1_small.png');
/*    height: 165px;*/
    height: 81px;
    clear: both;
}
.step1_left {
    width: 277px;
    float: left;
    padding-left: 36px;
    padding-top: 16px;
}
.step1_center {
    width: 216px;
    float: left;
    padding-left: 36px;
    padding-top: 33px;
    padding-right: 36px;
    text-align: right;
}
.step1_right {
    width: 193px;
    float: left;
    padding-left: 16px;
    padding-top: 10px;
}
.step1_container h3, .step2_container h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 4px;
}
.step1_center ul {
    list-style-position: inside;
    list-style-type: square;
}
.step1_center ul li {
    margin-bottom: 2px;
}
h3.price {
    font-size: 45px;
    text-align: center;
}
.alternatives {
    width: 100%;
    padding-left: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.alternatives .step1_bluebox {
    float: left;
    margin-right: 48px;
    margin-bottom: 10px;
}
.step1_bluebox {
    width: 185px;
    height: 223px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    background-image: url('/media/images/static/new-pay/step1_bluebox.png');
    position: relative;
}
.step1_bluebox p {
	line-height: 14px;
}

.step1_bluebox .next_step_btn {
    position: absolute;
    bottom: 12px;
    left: 20px;
}
.next_step_btn {
    color: #3a2311;
    font-weight: bold;
    display: block;
    width: 175px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 16px;
    text-transform: uppercase;
    background-image: url('/media/images/static/new-pay/btn_green.png');

}
.step1_right .next_step_btn {
    margin-bottom: 8px;
}
.djangoform .next_step_btn {
    margin: 0 0 0 154px;
    float: left;
}

.step2_container {
    margin-bottom: 8px;
}
.step2_container .top {
    background-image: url('/media/images/static/new-pay/step2_top.png');
    height: 10px;
}
.step2_container .middle {
    background-image: url('/media/images/static/new-pay/step2_middle.png');
    min-height: 100px;
    padding-top: 8px;
}
.step2_container .middle_left {
    float: left;
    width: 465px;
    margin-right: 100px;
    padding-left: 35px;
}
.step2_container .middle_left p {
    margin-bottom: 1em;
}
.step2_container .middle_right {
    float: left;
    width: 182px;
    padding-left: 18px;
    padding-right: 10px;
}
.step2_container .bottom {
    background-image: url('/media/images/static/new-pay/step2_bottom.png');
    height: 10px;
}

