/* 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 (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
/*    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 280px;
    
    background-color: #fff;
    color: #333;
    border: 1px solid black;
    padding: 12px;
*/
    
    background-color:#FFFFFF;
border:1px solid black;
color:#333333;
display:none;
font-size:18px;
height:150px;
left:50%;
margin-left:-210px!important;
padding:15px 12px 12px!important;
position:fixed;
top:27%;

}

.jqmOverlay { background-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');
}

#dialog a{
background-color:#000000;
border:2px solid #CCCCCC;
color:#FFFFFF;
display:block;
float:left;
font-size:17px;
font-weight:bold;
height:30px;
margin-left:50px;
margin-top:20px;
padding:15px 5px 5px;
text-align:center;
width:120px;
text-decoration: none;
}

#dialog a:hover{
text-decoration: underline;
}

#h2h2h2{
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:1.4em;
font-weight:normal;
padding:0;
text-align:left;
vertical-align:bottom;
width:100%;
background: none;
margin: 5px;
}
