body {       
    background: #333;
}

#doc {
    position: relative;         
    background: transparent url(../images/popupDocBackground.jpg) top center repeat-y;
}

#hd {       
    text-align: center;  
    height: 100px;
    /*background: transparent url(../images/popupHdBackground.jpg) top center no-repeat;*/
}

#bd {   
    padding: 30px 0;    
}

#kc-popup { 
    width: 100%;
}

#kc-popup-hd {      
    height: 24px;
    line-height: 24px;
    font-size: 144%; 
    font-weight: bold;
    color: #571f1c;
    margin: 0 0 20px 25px;
    padding-left: 30px;
    background: transparent url(../images/chip.jpg) top left no-repeat;
}

#kc-popup-bd {     
    margin: 0 25px;    
}

#kc-popup-ft {

}

#ft {         
    color: #c93f8c;
    font-size: 77%;
    font-weight: bold;
    text-align: center; 
    height: 103px;
    /*background: transparent url(../images/popupFtBackground.jpg) top center no-repeat;*/
}

#kc-legal-container {
    /*
    position: absolute;
    bottom: 5px;
    */
    width: 100%;    
    font-size: 92%;
    color: white;    
}
