html #container #content {
    padding: 20px;
/*    background-color:transparent;*/
}

#container #content h1.short {
    position: absolute;
    top: -1px;
    height: 38px;
    padding-top: 4px;
    background-image: url('content_title_red_short.png');
    background-repeat: no-repeat;
    text-align: center;
    color: #FFEBC0;
    text-transform: uppercase;
    font-size: 15px;
    left: 404px;
    width: 186px;
}

#container #content h1 {
    background-image: url('content_title_red_medium.png');
    background-repeat: no-repeat;
    width: 270px;
    height: 47px;
    text-align: center;
    padding-top: 4px;
    color: #FFEBC0;
    text-transform: uppercase;
    font-size: 15px;
    position: absolute;
    top: -1px;
    left: 363px;
    z-index:1;
}

#container #content #cmsPage h1 {
    position: static;
    background: none;
    height: 20px;
    width: 100%;
    text-align: center;
}

#container .decor_left {
    position: absolute;
    top: -36px;
    left: -62px;
    width: 260px;
    height: 305px;
    background: url('dramatic_dice_suits.png') bottom left no-repeat;
}

#container .decor_right {
    position: absolute;
    bottom: -15px;
    right: -48px;
    width: 340px;
    height: 380px;
    background: url('dramatic_chip_suits.png') bottom left no-repeat;
}

#container .play .decor_left {
    position: absolute;
    top: 15px;
    left: 49px;
    width: 247px;
    height: 176px;
    background: url('dice_and_clubs_play.png') bottom left no-repeat;
    z-index: 0;
}

#container .play .decor_right {
    position: absolute;
    bottom: 4px;
    right: 17px;
    width: 201px;
    height: 136px;
    background: url('coins_and_clubs_play.png') bottom left no-repeat;
    z-index: 0;
}

#content .golden_frame {
    position: relative;
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
}

#content .golden_frame .decor_tl {
    margin: -20px 0 0 -20px;
    padding: 20px 0 1px 20px;
    background: url('golden_frame_tl.png') top left no-repeat;

}

#content .golden_frame .decor_l {
}

#content .golden_frame .decor_br {
    margin: 0 -20px -20px 0;
    padding: 1px 21px 21px 1px;
    background: url('golden_frame_br.png') bottom right no-repeat;
}

#content .golden_frame .decor_r {
}

#content .golden_frame .decor_tr {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 35px;
    background: url('golden_frame_tr.png') top right no-repeat;
}
* html #content .golden_frame .decor_tr {
    top: -20px;
}

#content .golden_frame .decor_bl {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 50px;
    height: 35px;
    background: url('golden_frame_bl.png') bottom left no-repeat;
}
* html #content .golden_frame .decor_bl {
    left: -20px;
    bottom: -1px;
}

#content .golden_frame .content {
    background: url('bg_form.jpg') center center;
}

#content .golden_frame h3 {
    position: relative;
    height: 47px;
    top: -16px;
    margin-bottom: -16px;
    background: url('content_title_red_short.png') center center no-repeat;
    text-align: center;
    color: #FFEBC0;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 36px;
}

/* FORM STYLES */

#content form .text {
    clear: both;
    float: left;
    width: 140px;
    margin: 16px 0 16px 35px;
    font-size: 16px;
    text-align: left;
    display: inline; /* double margin */
}

html>body #content form .text {
/*    margin-left: 170px;
    margin-bottom: 15px;*/
}

#content form .golden_frame .field {
    float: left;
    margin: 16px 0 16px 0px;
    width: 220px;
}

#content form .field {
    float: left;
    margin: 16px 0 16px 0px;
    width: 250px;
}

html>body #content form .field {
/*    margin-bottom: 12px;*/
}

#content form .field input[type=checkbox] {
    margin-top: 7px;
}

#content form .marker {
    float: left;
    margin-left: 135px;
    margin-top: 6px;
    margin-bottom: 7px;
    width: 38px;
    height: 38px;
}

html>body #content form .marker {
    margin-left: 150px;
}

#content form .controls {
    clear: both;
    height: 38px;
}

#container #content form .controls button {
    position: absolute;
    overflow: hidden;
    left: 405px;
    bottom: 15px;
    width: 186px;
    height: 43px;
    border: none;
    background: url('button_frame_green.png') center bottom no-repeat;
    text-align: center;
    color: #FFEBC0;
    text-transform: uppercase;
    text-decoration: none;
}

html>body #container #content form .controls button {
    padding-top: 5px;
    bottom: 15px;
}

#container #content .golden_frame .controls button {
    display: block;
    position: relative;
    left: 0;
    bottom: -11px;
    margin-left: auto;
    margin-right: auto;
}


#container #content form .controls button.cancel {
    left: 391px;
    width: 135px;
    padding-left: 10px;
    background: url('button_frame_cancel.png') center bottom no-repeat;
}

#container #content form .controls button.confirm {
    left: 526px;
    width: 135px;
    padding-right: 10px;
    background: url('button_frame_confirm.png') center bottom no-repeat;
}

#container #content .golden_frame .bg_form2_frame {
    background: transparent url('bg_form2.jpg');
}