.jqmWindow {
    padding: 0 30px;
    margin: 0 auto;
    display: none;;
    position: fixed;
    top: 17%;
    font-weight: 400;
}

.jqmOverlay { 
  background-color: #fff; 
  opacity: .96 !important;
}

.window_header {
  position: relative;
}

.window_header h2{
  font-weight: 800;
}

.jqmClose {
  position: absolute;
  right: -30px;
  top: -30px;
  color: #000;
}

/*
Fixed posistioning emulation for IE6
Star selector used to hide definition from browsers other than IE6
For valid CSS, use a conditional include instead
*/

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


.jqmWindow input {
  border: 2px solid #eee;
}
