/* http://dev.iceburg.net/jquery/jqModal/index.php 
*/
.jqmWindow {
    display: none;
    position: fixed;
    top: 15%;
    left: 15%;
  
    width: 775px;
    

    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 0px;
}
.target {
height:450px;
overflow: auto;
}

input[type="image"] {
background-color:transparent;
border:medium none;
cursor:pointer;
font-family:sans-serif;
font-size:small;
padding:0;
}

input.jqmdX {
background:transparent url(../images/close0.gif) no-repeat scroll left top;
height:19px;
overflow:hidden;
padding:0 0 0 89px;
position:absolute;
right:40px;
top:4px;
width:0;
}
input.jqmdXFocus {background-position: bottom left; outline: none;}


/* 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');
	 */
	 top: 10%;
	 left: 10%;
}
div.whiteOverlay { position: relative; background-color: white; z-index: 2999; }