﻿.jqmWin
{
	display: none;
	background-color: #FFFFFF;
	/*background-position:-10px 0px;*/
	border: 1px solid #C0C0C0;
	padding:0px;
}
.jqmOverlay
{
    background-color: #000000;
}
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
iframe.jqm
{
	position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
