.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index:1001;
	/*-moz-opacity: 0.8;/*css3  - pentru versiuni mai vechi de firefox*/
	opacity:0.93;
	filter: alpha(opacity=93);/* css3  - pentru  IE8 si mai vechi */
}
.white_content {
	display: none;
	position: fixed;	
	top:30px;
	width: 100%;
	left:0;
	z-index:1002;	
	text-align:left;
	

}



.white_content div{

	
	width:980px;
	margin:0 auto;
}

.white_content p{
	width:400px;
	overflow: hidden;
	float: left;
	text-align: justify;
	margin-right: 25px;
}

.white_content p:first-child{
	height: 375px;
}

.white_content a{
float: right;

}