/*div.dialogShadow { z-index: 1400; position: fixed !important; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; filter: alpha(opacity=25); opacity: 0.25; -moz-opacity: 0.25; //position: absolute; //top: expression((window.XMLHttpRequest) ? '0px' : document.getElementsByTagName("body")[0].scrollTop + "px"); }*/
div.dialog { width: 345px; background: #fff url('/img/menuBody.gif') 0 0 repeat-y; z-index: 1500; position: fixed !important; top: 50%; left: 50%; //position: absolute; //top: expression((window.XMLHttpRequest) ? '50%' : (document.getElementsByTagName("body")[0].clientHeight-95)/2 + document.getElementsByTagName("body")[0].scrollTop + "px"); }
.dialog #wcontent { position: relative; background: #fff url('/img/menuBody.gif') 0 0 repeat-y; text-align: center; }
#wcontent img.close { position: absolute; top: 0; right: 0; margin: 1px; cursor: pointer; }
#wcontent p { width: auto; margin: 15px 15px 0 15px; font: bold 12px Tahoma; text-align: center; }
#wrapper #wcontent p { width: auto; margin: 15px 15px 0 15px; font: bold 12px Tahoma; text-align: center; }
#wcontent p strong { color: green; }
#wcontent h1.header { width: 345px; height: 32px; line-height: 29px; text-align: left; font-size: 12px; color: #fff; margin: 0; text-indent: 10px; background: #d3660b url('/img/menuHead.gif') 0 0 no-repeat; }
#wcontent div.footer { position: absolute; bottom: 0 !important; left: 0; width: 345px; height: 6px; padding: 0; margin: 0; background: #d3660b url('/img/menuFooter.gif') 0 0 no-repeat; //bottom: -6px; }
#wcontent table { width: 85%; margin: 20px auto 0 auto; font-size: 11px; color: #666; text-align: left; }
#wcontent table td { text-indent: 7px; line-height: 180%; }
#wcontent table td.r { text-align: right; }
#wcontent select { width: 190px; margin: 3px 0; }
#wcontent input { width: 186px; margin: 3px 0; }
#wcontent input.button { margin: 20px auto; width: 146px; height: 41px; border: 0; background: url('/img/buttonOrder.gif') 0 0 no-repeat; cursor: pointer; }
#wcontent input.act { background-position: -146px 0; }
