.iframe-popup {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/transparent-black.png);
	z-index: 99999;
	display: none;
}
	.iframe-popup-inner {
		width: 700px;
		height: 500px;
		margin: 20px auto 0 auto;
		/*background: White;*/
		position: relative;
	}
		.close-popup:link, .close-popup:visited {
			position: absolute;
			right: 25px;
			top: 0;
			background: url(../images/but-save-close.gif) no-repeat left top;
			width: 75px;
			height: 19px;
			line-height: 18px;
			color: white;
			font-size: 10px;
			font-weight: bold;
			padding-left: 16px;
			display: block;
		}
		.close-popup:hover {
			color: #ffa6a6;
			text-decoration: none;
		}

#frame-content {
	width: 700px;
	height: 100%;
	background: White;
	border: 0;
	text-align: left;
	overflow: hidden;
	overflow-y: scroll;
}
	
.frame-content-wrapper {
	padding: 20px;
	text-align: left;
}

