.jqmWindow {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	width: 500px;
	padding: 0;
	border: 0;
	background-color: #eeeeee;
 .jqmOverlay {
background-color: #000
}
.jqmClose {
	clear: right;
	float: right;
	cursor: pointer;
	background: #000 url(http://images.bimedia.net/designimages/bimtools_close_angle.png) top left no-repeat;
	height: 23px;
	line-height: 18px;
	padding: 0 8px 0 18px;
	margin: 0;
	text-decoration: none;
}
.jqmClose a {
	text-decoration: none !important;
	color: #fff !important;
	font-size: 13px;
}
iframe {
	border: none;
}
#jqmTitle {
	height: 30px;
	width: 100%;
	padding: 0;
	background: transparent url(http://images.bimedia.net/designimages/bimtools_box_bkg.png) center center repeat-x;
	border-top: 8px solid #000 !important;
	border-left: 8px solid #000 !important;
	border-right: 8px solid #000 !important;
}
#jqmTitleText {
	font-size: 14px;
	line-height: 30px;
	margin: 0 !important;
	padding: 0 0 0 10px !important;
	color: #fff !important;
	font-family: Times, Times New Roman, serif;
	font-style: italic;
	clear: none !important;
}
#jqmContent {
	width: 100%;
	height: 100%;
	display: block;
	clear: both;
	margin: 0;
	padding: 10px 0;
	background: #fff;
	border-bottom: 8px solid #000 !important;
	border-left: 8px solid #000 !important;
	border-right: 8px solid #000 !important;
}
/* -- IE6 Compatibility -- */
* iframe.jqm {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
width: expression(this.parentNode.offsetWidth+'px');
height: expression(this.parentNode.offsetHeight+'px');
}
* html .jqmWindow {
	position: absolute;
top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

