.popup-window {
	_position: fixed;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}

.popup-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}
.popup-window-transparent {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}
.popup-window-light {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}

* html .popup-window-light { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
	}

.popup-window-dark {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
}

.login-popup-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 24px;
	height: 24px;	
	cursor: pointer;
}

.popup-window-transparent {
	background-image: url(<pfw:file name="popup/blank.png"/>);	
}

.popup-window-light {
	background-color: #000;
	opacity: 0.6;	
	filter: alpha(opacity = 60);
}

.popup-window-dark {
	background-image: url(<pfw:file name="popup/dark.png"/>);
}

.popup-body {
	background-color: transparent;
}

.login-popup-loading-label {
	font-size: 12px;
}

.login-popup-loading-icon {
	position: absolute;
	top: 50%;
    	left: 50%;
    	margin-left: -16px;
    	margin-top: -16px;
}


