.lightbox 	{ position:relative; display:block; width:100%; height:100%; float:left;}

.lightbox-background 	{ position:fixed; left:0; top:0; overflow:hidden; background:#333333; opacity:0.8; z-index:9999; cursor:pointer;}
 
.lightbox-container 		{ background:#fff; padding:10px; position:fixed; z-index:10000; left:50%; top:50%; margin-right:10px;}
 
.lightbox-container .close 	{border:0; width:70px; height:40px; position:relative; margin-right:3px; float : right; cursor:pointer; background:url(../images/buttons/close.gif) no-repeat;}
 

 