#alert-popup{	
	margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
	padding:20px 20px 20px 10px;
}

#cboxOverlay{background:url(images/bg_lightbox.png);}

#colorbox{ border-radius:10px; box-shadow:0 0 50px 5px #999; border:1px solid #bbb;}
    #cboxTopLeft{width:14px; height:14px; background:#FFF; border-radius:10px 0 0 0;}
    #cboxTopCenter{height:14px; background:#FFF;}
    #cboxTopRight{width:14px; height:14px; background:#e6e5e5; border-radius:0 10px 0 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(images/border.png) repeat-x bottom left;; border-radius:0 0 0 10px;}
    #cboxBottomCenter{height:43px; background:url(images/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(images/border.png) repeat-x bottom left; border-radius:0 0 10px 0;}
    #cboxMiddleLeft{width:14px; background:#FFF;}
    #cboxMiddleRight{width:14px; background:#e6e5e5;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}