.innerFrame{
	padding-bottom: 10px;
	border: 1px solid #AF721B;
	width: 98%;
	height: 500px;
}

DIV#iframeWindow {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 950px;
	height: 600px;
}
DIV#iframeWindow div.iframeHead {
	background-image: url('../images/backgrounds/bg.gif');
	height: 25px;
	line-height: 25px;
	cursor: move;
	color: #fff;
	font-weight: bold;
	padding-left: 5px;
}
DIV#iframeWindow div.iframeHead span.iframeClose {
	height: 25px;
	width: 20px;
	position: absolute;
	left: 925px;
	background-image: url('../images/icons/iframeWindowClose.png');
	cursor: pointer;
}
DIV#iframeWindow div.iframeContent {
	height: 602px;
	border: 2px solid #b6771e;
	border-top: none;
	background-color: #fff;
}
DIV#iframeWindow iframe#iframeMain {
	width: 946px;
	display: block;
	height: 600px;
	position: absolute;
}

DIV#iframeWindow div.iframeGlassPane {
	width: 946px;
	height: 600px;
	position: absolute;
	display: none;
}
