@charset "utf-8";
/* CSS Document */
.overlay {position:fixed; background:black; top:0; left:0; height:100%; width:100%; z-index:999998; display:none}
.lightbox-wp {position:fixed; left:50%; top:50%; width:100px; height:50px; margin-left:-50px; margin-top:-25px; padding:20px;  background:white; z-index:999999; border-radius:15px;}
.loader-img {width:100%; background:url(../images/loader.gif) no-repeat 50% 50%; height:50px; }
.lightbox-wrap {position:relative; margin-bottom:5px; overflow:auto;  height:430px; width:100%;}
.close {float:right; line-height:24px; width:76px; height:23px; background:url(../images/sprite.png) no-repeat 0 -1px; text-indent:-9999px;}
.prt {float:right; line-height:18px; width:18px; height:18px; background:url(../images/sprite.png) no-repeat -57px -26px; text-indent:-9999px; margin:3px 5px 0 0;}
