.jqmWindow {
    background-color: #EEEEEE;
    border: 1px solid #0099FF;
    color: #333333;
    display: none;
    height: 580px;
    left: 0 !important;
    margin: 105px 0 0 220px;
    padding: 0;
    position: absolute;
    right: 0 !important;
    width: 800px;
}
.jqmWindow2 {
    background-color: #333333;
    border: 1px solid #0099FF;
    color: #FFFFFF;
    display: none;
    height: auto;
    left: 0 !important;
    margin: 120px 0 0 400px;
    padding: 0 0 20px;
    position: absolute;
    right: 0 !important;
    width: 500px;
}
.jqmOverlay {
    background-color: #000000;
}
* iframe.jqm {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
* html .jqmWindow {
    position: absolute;
}
* html .jqmWindow2 {
    position: absolute;
}