.iframeOverlay
{
	background-color: Black;
	filter: alpha(opacity=60);
	height: 100%;
	left: 0px;
	-moz-opacity: 0.60;
	opacity: 0.60;
	position: absolute;
	top: 0px;
	width: 100%;
}

.iframeDragOverlay
{
	background-color: Black;
	filter: alpha(opacity=0);
	height: 100%;
	left: 0px;
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 0px;
	width: 100%;
}

.iframeWindow
{
	background-color: #648EBA;
	border: solid 1px Black;
	padding: 3px 3px 23px 3px;
	position: absolute;
}

.iframeWindow .iframeTitle
{
	padding-bottom: 3px;
	text-align: right;
}

.iframeWindow .iframeTitle img
{
	cursor: pointer;
	margin-left: 10px;
}

.iframeWindow iframe
{
	background-color: white;
	border: solid 1px #555555;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
}