/* 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: fixed;
    background-color: #ffffff;
    border: 1px solid #000000;
    padding: 6px;
    margin: 0;
}

.jqmContent {
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    padding: 8px;
    margin: 0;
}

.jqmContent iframe {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 0;
    margin: 0;
}

.jqmPicture {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 6px;
    margin: 0;
    clear: both;
}

.jqmTitle {
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    padding: 4px 2px 2px 8px;
    margin: 0 0 10px 0;
    text-align: left;
}

.jqmContent h4 {
    margin-top: 0;
    color: #958300;
}

.jqmClose {
    cursor: pointer;
    position: relative;
    float: right;
    top: -6px;
}

.jqmOverlay { 
    background-color: #000000;
}
