/* Popups */
.popupp {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
#blackOverlay {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
}
#popupWrap {
	position: fixed;
	top: 250px;
	left: 50%;
	z-index: 11;
	margin-left: -285px;
	padding: 52px 15px 0;
	width: 439px;
	height: 116px;
	background: #efefef url(../images/search-for-lenders-dialog.png);
	font: normal 11px/15px 'Lucida Grande', Lucida, Verdana, sans-serif;
	color: #333;
}


