/** from Jeff jwaterfall@lightboxmedia.com for new cobranded pages 2009-09-18 **/
.download-now,
.deposit-now {
    font-family: Century Gothic, Helvetica, Arial, sans-serif;
    width: 203px;
    height: 64px;
    padding: 24px 0 0 0;
    display: block;
    margin-bottom: 3px;
    text-transform: uppercase;
    background-image: url(/images/cbp/download-btn.png);
    background-position: 0 0;
    background-repeat: no-repeat;

    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    /* for IE6 png transparency - path to image must be relative to path of page */
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/cbp/download-btn.png", sizingMethod="crop");
}
.deposit-now {
    color: #000;
    background-image: url(/images/cbp/deposit-btn.png);
    /* for IE6 png transparency - path to image must be relative to path of page */
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/cbp/deposit-btn.png", sizingMethod="crop");
}
.download-now span,
.deposit-now span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    color: #FFF;
}
.deposit-now span {
    color: #000;
}
.download-now:hover,
.deposit-now:hover {
    padding-top: 26px;
    height: 62px;
    background-position: 0 -110px;
}
.star {
    font-family: Century Gothic, Helvetica, Arial, sans-serif;  
    width: 80px;
    height: 103px;
    padding: 35px 30px 0 27px;
    display: block;
    
    text-transform: uppercase;
    background-image: url(/images/cbp/star-bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    
    text-decoration: none;
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    
    /* for IE6 png transparency - path to image must be relative to path of page */
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/cbp/star-bg.png", sizingMethod="scale");
}
.star span {
    font-size: 11px;
    display: block;
}
.intro-box .star {
    position: absolute;
    top: 30px;
    right: 28px;
}

.pokerroom-free .lobby-thmb {
    margin: 0;
    position: absolute;
    top: 122px;
    left: 450px;
}

/* STYLE OVERIDES
*/
.intro-box {
    position: relative;
    z-index: 1;
    *zoom: 1;
}
.intro-box h1.cobranded {
    width: 450px;   
    text-transform: uppercase;
}
.why-section {
    position: relative;
    z-index: 2;
    *zoom: 1;
}
/** end new css from Jeff **/

