/*======================================================================================== */
/*==Light Box CSS Document =============================================================== */
/*==Update on October 26th, 2007 ========================================================= */
/*======================================================================================== */

/*==Transparency black overlay div and white content div================================== */

.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 1000px;
background-color: black;
z-index:1001;
-moz-opacity: 0.4;
opacity:.40;
filter: alpha(opacity=40);
}
  
.white_content {
display: none;
position: absolute;
top: 10%;
left: 25%;
z-index:1002;
overflow: auto;
}

.white_content2 {
display: none;
position: absolute;
z-index:1002;
}

/*======================================================================================== */

/*==Pop up contents style ================================================================ */
			  
#lightbox{ width:780px; vertical-align:middle;}

#lightbox2{ }


	#closeBtn {height:23px;}
	
		.buttonBorder{
		float:right;
		font-size:1px;
		z-index:1003;
		border-top:1px solid #cccccc;
		border-left:1px solid #cccccc;
		border-right:1px solid #cccccc;
		}
		
	#imgbox {}
	
		.imageBorder {
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		padding:16px;
		background-color:#ffffff;
		}
		
			.borderH1 {
			border: 1px solid #E6E4D7;
			padding:3px;
			}
			
			.border5 {
			border: 5px solid #E6E4D7;
			width: 727px;
			padding-top:20px;
			padding-bottom:20px;
			}
			
			
/*======================================================================================== */
