.overlay_bvl {
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.bvl_close {
	width: 11px;
	height: 10px;
	background: transparent url(../../i/window_close_icon.png) no-repeat 0 0;			
	position: absolute;
	top: 12px;
	right: 7px;
	cursor: pointer;
	z-index: 1000;
}

.bvl_title {
	font-family: Arial, sans-serif;
	font-size: 16px;
	letter-spacing: -0.05em;
	font-weight: bold;
	text-align: center;
	width: 100%;
	color: #fff;
	background-color: #c00;
	line-height: 30px;
	height: 30px;
	border: 2px solid #000;
	border-bottom: none;
}

.bvl_content {
	overflow: auto;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: #fff;
	border: 1px solid #000;
	border-top: none;
}
