body {
	font-family:arial, helvetica, sans-serif;
}
body {
 margin: 0;
 padding: 0;
 height: 100%;
 width: 100%;
 }

#overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:90;   
    background-color:#000;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    }
#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }


.lightbox {
    width: 360px;
    background: transparent url(../../images/bg_pop_top.gif) 0 0 no-repeat;
    padding-top: 6px;
    z-index: 999;
}.lightbox.large {
    width: 810px;
    background: transparent url(../../images/bg_pop_top.png) 0 0 no-repeat;
}
.lightbox .inner {
  padding: 20px;
  background: #F3F3F4;
  width: 320px;
  float: left;
  clear: both;
    z-index: 999;
}
.lightbox span.bottom {
   width: 360px;
   background: transparent url(../../images/bg_pop_bot.gif) 0 100% no-repeat;
   display: block;
   margin: 0;
   padding: 0;
   height: 6px;
   overflow: hidden;
   clear: both;
   float: left;
    z-index: 999;
}
.lightbox span.bottom.large {
   width: 810px;
   background: transparent url(../../images/bg_pop_bot.png) 0 100% no-repeat;
}

#close{
    position:absolute;
    top: 0;
    right: 0;
    cursor:pointer;
}


