/* class applied to the overlay to make it dark and transparent */
#overlay {position:absolute; width:100%; height:100%; z-index:1000; background:#111; top:0; bottom:0; left:0; cursor:pointer; filter:alpha(opacity=80); opacity:0.80; -moz-opacity:0.80; display:none;}
/* layer containing the window - absolutely positioned */
#layerWin { z-index:2000; display:none; top:30px; text-align:center; width:100%; position:absolute; cursor:pointer; left:0; right:0;} 
/* innerWin can be used to center content */
#layerWin #innerWin { text-align:left; margin:0 auto; width:700px; color:#000; border:1px #3b5a82 solid; border-top:none; position:relative; z-index:2500; cursor:default;}
/* used for applying attributes to all divs in window */
#layerWin div {font:normal 12px arial, helvetica, tahoma, 'trebuchet ms', trebuchet, san serif;}
#layerWin .page {clear:both;} 
#layerWin #winHeader {background: url(/lib/yhst-20804281831352/barBg2.gif); height:33px; width:100%;}
#layerWin #winTitle {font-weight:bold; text-aling:center; height:33px; line-height:33px; text-align:center; color:#000;} 
#layerWin #winClose {text-align:right; margin-right:0px; position:absolute; height:33px; top:0px; right:-1px; }
#layerWin #winTable {border-collapse:collapse; border-top:none; padding:0; margin:0 auto; position:relative;}
#layerWin #winTable #winTitle {text-align:center; margin-bottom:-33px; position:relative; height:33px; z-index:10;}
#layerWin #winTable #winClose {text-align:right; margin-right:0px; position:relative; height:33px; top:0px; right:-1px;}
#layerWin #winTable td {border:none; padding:0; margin:0; background:#666;}
#winFrame {width:820px; height:500px; padding:0; margin:0; background:#fff url(/lib/yhst-20804281831352/loading.gif) no-repeat 48% 48%;}

