/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (via jqModal.js). */
  
.jqmWindow {
    display: none;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -325px;
    width: 650px;
    background-color: #fff;
    color: #333;
}

.jqmOverlay { background-color: #000; }


