html { margin: 0; padding: 0; height: 100%; }
body { background: #000 url(/images/backpaper.jpg) center 25px no-repeat; margin: 0; padding: 0; height: 100%; }
body#creeptd-popup { background: #000 url(/images/backpaper-plain.jpg) center 0 no-repeat; padding: 15px; height: auto; }

div.cbox { margin: 5px; padding: 10px; padding-top: 0; padding-bottom: 0; }
div.cboxfull { margin: 5px; padding: 10px; padding-left: 20px; padding-right: 20px; }
div.cbox50 { width: 460px; margin: 5px; padding: 5px; float: left; }
div.cbox div.cbox50 { width: 445px; }
div.cbox66 { width: 620px; margin: 5px; padding: 5px; float: left; }
div.cbox div.cbox66 { width: 605px; }
div.cbox33 { width: 300px; margin: 5px; padding: 5px; float: left; }
div.cbox div.cbox33 { width: 285px; }
div.cbox75 { width: 710px; margin: 5px; padding: 5px; float: left; }
div.cbox div.cbox75 { width: 700px; padding: 5px; }
div.cbox25 { width: 230px; margin: 5px; float: left; }
body div.cbox div.cbox25 { width: 210px; padding: 5px; }
.boldbox, div.boldbox {
	background: #000 url(/images/cbox-bg.jpg) center top no-repeat;
	border: 2px solid #161616;
	border-radius: 10px; -moz-border-radius: 10px;
	-moz-box-shadow: 0 0 2px 1px #000; -webkit-box-shadow: 0 0 2px 1px #000; box-shadow: 0 0 2px 1px #000;
	margin-left: -2px; margin-right: -2px; margin-bottom: 25px;
}
.innerbox { padding: 10px; }
#content table.form { margin: 20px; margin-left: 50px; margin-right: 50px; }
#content table.form td, #content table.form th { padding: 10px; padding-bottom: 25px; vertical-align: top; }

#container { position: relative; text-align: center; min-height: 100%; }

#content { margin: auto; width: 960px; text-align: left; padding-bottom: 170px; }
#content td, #content th { padding: 3px; }
#videos .boldbox { padding-left: 10px; padding-right: 10px; }
#videos iframe { background: #000; }

#footer { position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; background: #000 url(/images/footer.jpg) center 0 no-repeat; height: 130px; border-bottom: 5px solid #898989; }
#footer-inner { margin: auto; text-align: left; width: 940px; padding: 10px; padding-bottom: 0; }
#footertbl { margin-left: 20px; margin-right: 20px; }
#footer h5 { color: #ccc; }

.fb-like-box * { border: 0; }

.scrollbar-container { position: relative; }
.scrollbar-track {  
    position:absolute;
    top:0;  
    right:0;
    height:100%;
    width:10px;  
    background-color:transparent;  
    cursor:move;
} 
 .scrollbar-handle {  
    width:10px;  
    background-color:#666;  
    cursor:n-resize;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    opacity:0.9;  
    -moz-opacity:0.9;  
}
.scrollbar-content { overflow: hidden; height: 200px; }
