.transparency-text-block {
	width: 408px;
	margin: 308px 0px 0px 45px;
}
.transparency {
	width: 400px;
	height: 110px;
	position:absolute;
	background-color: #FFFFFF;
	opacity: 0.85; 
	-moz-opacity: 0.85; 
	-khtml-opacity: 0.85; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);	
}

.text-block {
	position:relative;
	padding: 20px;
	/*width: 300px;*/
/*	float: left;*/
/*	margin: 303px 0px 0px 45px;
	_margin-left: 22px;*/	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 2;
}
.text-block span {
	color: #000000;
	font-weight: bold;
}

.img-block {
	width: 200px;
	float: right;
	margin: 45px 45px 0px 0px;
	_margin-right: 22px;
	text-align: center;
}
.img-block img {
	border: 1px solid #F0F1F2;
	margin-bottom: 15px;
}