
#pppupx {position:relative; width:500px; height:570px; background:transparent url(/images/lay/ad/pop_up_bg.png) no-repeat 0 0;}
.closeWin {position:absolute; width:40px; height:45px; top:145px; left:380px; background: transparent url(/images/x.gif); cursor:pointer; z-index:2000;}
.dialog .top, .dialog .bot {display:none;}

.overlay_dialog {
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}

.overlay___invisible__ {
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}


.dialog_close {
position:absolute;
width:40px; height:40px;
top:380px;
left:150px;
cursor:pointer;
z-index:2000;
}


.dialog_content {
overflow:auto;
color: #DDD;
font-family: Tahoma, Arial, sans-serif;
font-size: 10px;
background-color:#123;
}

.top_draggable, .bottom_draggable {
cursor:move;
}

.status_bar {
font-size:12px;
}
.status_bar input{
font-size:12px;
}

.wired_frame {
display: block;
position: absolute;
border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
display: block;
position: absolute;
}

.dialog table.table_window  {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
margin: 0px;
padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th {padding: 0;}
.dialog .title_window {-moz-user-select:none;}
