/* CSS Document */
	#getInvolved-lightboxs{
		display:none;
		position: absolute;
		top:45%;
		left:50%;
		z-index:9999;
		margin:-220px 0 0 -250px;
		text-align:left;
	}
	#getInvolved-lightboxs[id]{
		position:fixed;
	}
	#lightbox-overlay{
		display:none;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:5000;
		background-color:#000;
		-moz-opacity: 0.8;
		opacity:.80;
		filter: alpha(opacity=80);
	}
	#getInvolved-lightboxs.done #lbLoadMessage{
		display:none;
	}
	#getInvolved-lightboxs.done #lbContent{
		display:block;
	}
	#getInvolved-lightboxs.loading #lbContent{
		display:none;
	}
	#getInvolved-lightboxs.loading #lbLoadMessage{
		display:block;
	}
	
	#getInvolved-lightboxs.done img{
		width:100%;
		height:100%;
	}
	.lightbox_link{
		cursor: pointer;
	}
	#lightbox-header{
		position: absolute;
		color: #777562;
		height: 36px;
		width: 100%;
		text-align: left;
		z-index: 100;
	}
	.left_top_image1{
		background-image: url(../images/left_top.gif);
		background-repeat: no-repeat;
		height: 36px;
		width: 6px;
		float:left;
	}
	.middle_top_image1{
		background-image: url(../images/top_bg.png); 
		background-repeat: repeat-x;
		height: 36px; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #FFFFFF;
		width:300px;
		float:left;
	}
	.right_top_image1{
		background-image: url(../images/right_top.gif);
		background-repeat: no-repeat;
		height: 36px;
		width: 17px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FFFFFF;
		padding-top: 8px;
		float:left;
	}
	#lightbox-bottom{
		position: absolute;
		color: #777562;		
		text-align: left;
		height: 9px;
		z-index: 100;		
		margin:0 0 0 6px;
		_margin:0 0 0 10px;
		_padding:0;
	}
	* + html #lightbox-bottom{
		position: absolute;
		color: #777562;
		height: 9px;
		width: 100%;
		text-align: left;
		z-index: 100;
		margin:0 0 0 10px;
	}
	#lightbox_image_content{
		_background:#FFFFFF repeat;
		_margin:0 0 0 10px;
	}
	* + html #lightbox_image_content{
		background:#FFFFFF repeat;
		margin:0 0 0 10px;
	}
	
	.bottom_left_image{
		background-image: url(../images/lightbox_bottom_left_corner.png);
		background-repeat: no-repeat;
		height: 9px;
		width: 9px;
		float: left;
	}
	.bottom_middle{
		background-image: url(../images/lightbox_bottom_middle_white_line.png);
		background-repeat: repeat-x;
		height: 9px;
		float: left;
	}
	.bottom_right_image{
		background-image: url(../images/lightbox_bottom_right_corner.png);
		background-repeat: no-repeat;
		height: 9px;
		width: 9px;
		float:left;
	}

