#exitDialog {
    display: none;
    position: absolute;
    width: 400px;
    border: 2px solid black;
    background-color: #fff;
    padding: 10px;
    bottom: 20pt;
}

.exitWrapper {
    position: relative;
}

/* set hasLayout for IE6 to fix absolute bottom positioning in relative container */
* html .exitWrapper {
    height: 0;
	he\ight: auto;
	zoom: 1;
}

/* 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');
}
