.jqmOverlay { background-color: #FFF; }
.jqmWindow {
	background:#888;
	color: #000;
	padding: 2px 1px 0px 0px;
	font:12px Verdana, Arial, Helvetica, sans-serif; padding:10px;
	z-index:999;
					
}

button.jqmClose {
	background: none;
	color: #000;
	clear: right;
	float: right;
	border:0;
	margin:0px 5px;
	color:#fff;
	cursor: pointer;
	font-size: 10px;
}

button.jqmClose:hover, button.jqmClose:active {
	color: #333;
	border: 0px;
}

#jqmTitle {
	color: black;
	text-transform: capitalize;
	background:#888; 
	padding-top:5px;
	height: 20px;
	color:#fff;
	width:200px; 
	font-weight:bold;

}
#jqmTitleText{	
padding:2px 0 2px 5px;}

#jqmContent {
	width: 100%;
	height: 91%; 
	display: block;
	clear: both;
	overflow:hidden;
	margin: 0;
	margin-top: 0px;
	background: #e8e8e8;
	border: 1px solid #888;
}


.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay {
    background-color: #000;
}

* iframe.jqm {
    position: absolute;
    top: 0;
    left: 0;
	border: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');
}
