#lightbox_body {
padding:0;
background:none;
text-align:left;
}
#overlay, .overlay {
position:absolute;
top:0;
left:0;
opacity:.6;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
background-color:#000;
z-index:100;
}

#lightbox, .lightbox {
position:absolute;
z-index:101;
top:0;
left:0;
padding:15px;
background-color:#fff;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
-moz-box-shadow:0 2px 7px #222;
-webkit-box-shadow:0 2px 7px #222;
box-shadow:0 2px 7px #222;
}

/* SINGLE Send to a Friend Lightbox */
.sendtofriend .lbContentFrame {
width:470px;
height:362px;
overflow:hidden;
}

/* SINGLE Map It Lightbox */
.mapit .lbContentFrame {
width:620px;
height:330px;
border:1px solid #ddd;
overflow:hidden;
}

/* SINGLE Save this Search Lightbox */
.saveresumesearch .lbContentFrame {
width:470px;
height:180px;
overflow:hidden;
}

.saveit .lbContentFrame {
width:250px;
height:63px;
overflow:hidden;
}

/* SINGLE Report it */
.reportit .lbContentFrame {
width: 470px; 
height:425px;
overflow:hidden;
}

/* SINGLE Lightbox components */
#lightbox a.close, .lightbox a.close {
position:absolute;
top:-10px;
right:-11px;
width:24px;
height:24px;
background:transparent url(../images/btn_close.png) 0 0 no-repeat;
cursor:pointer;
outline:none !important;
text-indent:-9999px;
}	
	#lightbox a.close:hover, .lightbox a.close:hover {
	background:transparent url(../images/btn_close.png) -50px 0 no-repeat;
	}
	
#lbContentWrapper {
position:absolute;
z-index:101;
top:0;
left:0;
}
