/****************************************************************************************************
//
//			OVERLAY & LOADER
//
****************************************************************************************************/
.wvPopupOverlay	{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	z-index: 100;
}
.wvPopupLoader	{
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
	display: none;
	z-index: 101;
}
.wvPopupHideSelect	{
	z-index:99;
	position: absolute;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
}


/****************************************************************************************************
//
//			POPUP
//
****************************************************************************************************/
.wvPopup	{
	position: fixed;
	display: none;
	background: #FFF;
	padding: 0;
	margin: 0 auto;
	top: 0;
	left: 0;
	z-index: 102;
	border: 2px solid #222;
}
	.wvPopup .wvPopupTitle	{
		display: block;
		height: 21px;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		color: #555;
		line-height: 21px;
		padding: 2px 2px 4px 4px;
		background:#668da7;
	}
	.wvPopup .wvPopupTitle .wvPopupCloseButton	{
		height: 21px;
		background: url(graphics/close.gif) 100% 1px no-repeat;
		float: right;
		padding-right:20px;
		cursor: pointer;
		color:#fff;
	}
		.wvPopup .wvPopupTitle .wvPopupCloseButtonHover	{
			background: url(graphics/closehover.gif) 100% 1px no-repeat;
		}

/****************************************************************************************************
//
//			POPUP
//
****************************************************************************************************/
* html .wvPopupOverlay, * html .wvPopupLoader, * html .wvPopup	{
	position: absolute;
}


/* ADDITIONAL CSS FOR CONTENTS OF POPUPS */
.wvPopupContent #content	{
	float: none;
	margin-bottom: 0;
	padding-bottom: 20px;
	#padding-bottom: 0;
}
	.wvPopupContent #content .formbox	{
		margin-bottom: 0;
	}