.jqmWindow {
    display: none;
    position: absolute;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color:#FFFFFF;
    border: 1px solid #000000;
    color:#C6AD01;
}
#dlgvideo{
    display:none;
    background-color:#fff;
    border:10px solid #fff;
    color:#000;
    font-weight:normal;
    margin-left:-360px;
    width:720px;
    /*height:520px;*/
    text-align:center;
}
.jqmOverlay { background-color: #000; }
/* 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');
}
