#modalbox { display:none; }
.generic_dialog { height:0; left:0; overflow:visible; position:fixed; /*dw*/ top:0; width:100%; z-index:101; }
.generic_dialog .generic_dialog_popup { height:0; overflow:visible; position:relative; }
table.pop_dialog_table { border-collapse:collapse; direction:ltr; margin:auto; table-layout:fixed; width:465px; }
td.pop_topleft, td.pop_topright, td.pop_bottomleft, td.pop_bottomright { height:10px; overflow:hidden; padding:0 !important; width:10px !important; }
td.pop_topleft { background:transparent url(../images/modal-sprite.png) no-repeat scroll 0 0; }
td.pop_topright { background:transparent url(../images/modal-sprite.png) no-repeat scroll 0 -10px; }
td.pop_bottomleft { background:transparent url(../images/modal-sprite.png) no-repeat scroll 0 -20px; }
td.pop_bottomright { background:transparent url(../images/modal-sprite.png) no-repeat scroll 0 -30px; }
td.pop_top, td.pop_bottom { background:transparent url(../images/modal-sprite.png) repeat-x scroll 0 -40px; }
td.pop_side { background:transparent url(../images/modal-sprite.png) repeat-y scroll -10px 0; }
td.pop_content { background-color:white; direction:ltr; padding: 20px; }
