#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{background:#a5b3c5; opacity:0.7; filter:alpha(opacity = 70); cursor: auto; position:fixed; width:100%; height:100%;}
#colorbox{top:100px; left:50%; margin-left:-180px; height:110px; width:360px; position:fixed; display:block; border:solid 3px #9f86c0; background-color:#fff;}
#cboxContent {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #424242; padding: 20px; text-align: center; position:relative;}
#cboxClose{cursor:pointer; position:absolute; top:0px; right:0px; display:block; background:url(../img/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
#cboxClose.hover{background-position:bottom center;}