div#popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	border: 5px solid #ededed;
	color: black;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	background-color: white;
	overflow: auto;
}

#popupinner {
	padding: 30px 50px 40px;
}
