/*=================================================
 b-Popups
=================================================*/

.bPop { /* Default */
	background: white;
	border-radius: 10px;
	border: solid 1px #222;
	box-shadow: 0 2px 4px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.8);
}
.b-close {
	background: transparent url(/images/menu/win_ovf.png) no-repeat top right;
	display: block;	height: 36px; width: 36px;
	opacity: 0.7; float: left;
	cursor: default;
	position: absolute;
	right: -12px;
	top: -12px;
}
.b-close:hover {
	opacity: 0.9;
	background: transparent url(/images/menu/win_ovo.png) no-repeat bottom left;
}