/* CSS Document */

/* CSS Document */

/**************************
Lightbox
***************************/

#lightbox {
 visibility: hidden;
 color: #333;
 position: absolute;
 left: 50%;
	top: 50%;
	margin-left: -325px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -230px; 
	/* Half the height of the DIV tag which is also 50 pixels */
 width: 600px;
 height: 365px;
 padding: 10px;
 border: 1em solid #cc0000;
 background-color: white;
 text-align: left;
 z-index:1001;
 overflow: scroll; 
 font-family: Helvetica, Arial, sans-serif;
 font-size:18px;
 font-weight:bold;
}


.style22 {color: #000000}


#overlay{
 visibility: hidden;
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 z-index:1000;
 background-color:#000;
 -moz-opacity: 0.8;
 opacity:.80;
 filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }


.footerbox, .footerbox a{
	background: #FFF url() repeat-x 0 0;border:none;
	float: left;
	color: #FFF; text-align: left;
	padding: -100px 0;
	height: 36px; width: 563px;
}