.jqmWindow {
	display:none;
	position:absolute;
	z-index:3000;
	left:50%;
	top:10px;
	margin:0 0 0 -387px;
}
#modal_header {
	width:760px;
	height:47px;
	border-top:7px solid #f6f5f3;
	border-left:7px solid #f6f5f3;
	border-right:7px solid #f6f5f3;
	background:#e0dcd4;
	position:relative;
}
#modal_close {
	position:absolute;
	z-index:10;
	right:0px;
	background:#887d78;
}
#modal_close a {
	text-decoration:none;
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#dcd7cd;
	font-weight:bolder;
	display:block;
	width:68px;
	height:40px;
	line-height:40px;
	text-align:center;
}
#modal_html{
	border:7px solid #f6f5f3;
	border-top:none;
	background:#e0dcd4;
}
#modal_frame{
	width:760px;
	height:610px;
	overflow:hidden;
}
