#signup-bg {
	display:none; 
	opacity:0.8; 
	background:black;
	position:fixed; 
	top:0; left:0; width:100%; height:100%; 
	z-index:9998;
}

#signup-dialog {
	display:none;
	background:white;
	position:fixed;
	top:5%;left:50%; width: 700px; height:80%;
	margin:0 0 0 -350px; 
	padding:30px 0;
	z-index:9999;
}

#signup-dialog iframe {
	width:100%; height:100%; margin:0;border:0;
}

#signup-dialog .signup-close {
	font: normal normal 24px "Arial"; color: #999; text-decoration: none;
	display: block; text-align: right; position: absolute; top: 5px; right: 10px;
}

#signup-dialog .signup-close span { 
	display: none;
	font-size: 9pt;
}

#signup-dialog .signup-close:hover { color: #c00; }
#signup-dialog .signup-close:hover span { display: inline; margin-right: 5px; position:relative; top: -5px;}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}