.jqmWindow {
    display: none;
    position: fixed;
    top: -90px;
    left: 50%;
    margin-left: -250px;
    width: 480px;
    background-color: none;
    color: #000;

}
.jqmOverlay { background-color: #000; }

* html .jqmWindow {
     position: fixed;
     top: -20px;
}
div.jqmWindow .jqmClose {
  cursor: pointer;
 	cursor: hand;
}
.drag{
cursor:move;
}
div.jqmWindow img.jqResize {position: absolute; right: 2px; bottom: 2px;}


.jqmWindow2 {
    display: none;
    position: fixed;
    top: 5px;
    left: 50%;
    margin-left: -250px;
    width: 480px;
    background-color: none;
    color: #000;
    padding: 12px;
}
.jqmOverlay2 { background-color: #000; }

* html .jqmWindow2 {
     position: fixed;
     top: -20px;
}
