* {
padding: 0; margin: 0;
}

.jqmOverlay {
background-color: #000;
filter:alpha(opacity=80);
-moz-opacity: 0.80;
opacity: 0.80;
}

#jqmWindow {
position: fixed;
background: #f1f1f1;
z-index: 102;
display: none;
text-align: left;
top: 50%;
left: 50%;
border: 6px solid #cdcdcd;
margin-left: -281px; 
width: 562px; 
margin-top: -250px;
}

* html #jqmWindow { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#jqmTitle {
background-color: #cdcdcd;
height: 2em;
text-align: right;
}

.jqmClose {
display: block;
height: 14px;
background: url(bt_close.gif) right center no-repeat transparent;
padding: 0 20px 0 0;
line-height: 12px;
text-decoration: none;
color: #555;
}

.jqmClose:hover {
color: #222;
text-decoration: underline;
}

#jqmContent {
clear:both;
border:0 none;
margin-bottom:-1px;
margin-top:1px;
margin-bottom:1px;
width:561px;
height:472px;
}
