/* Overlay */ #olay_back{ position:fixed; _position:absolute; z-index:10000; top:0; bottom:0; left:0; right:0; _height:expression((document.body.scrollTop + document.body.clientHeight) + 'px'); background-color:#000000; filter:alpha(opacity=50); -moz-opacity:0.50; opacity:0.50; width:100%; } #olay_box_container{ position:fixed; _position:absolute; z-index:10010; top:10%; left:50%; } #olay_box{ position:relative; left:-300px; width:600px; background-color:#FFFFFF; padding:10px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; -moz-box-shadow: 0px 0px 12px #333; /* FF3.5+ */ -webkit-box-shadow: 0px 0px 12px #333; /* Saf3.0+, Chrome */ box-shadow: 0px 0px 12px #333; /* Opera 10.5, IE 9.0 */ } #olay_close, #search_results_close{ float:right; margin-top:5px; background:url(/images/style/abledoors/olay_close.jpg) no-repeat; width:26px; height:25px; cursor:pointer; } .olay_button_large{ background:url(/images/style/abledoors/button_olay_large.jpg) no-repeat bottom; width:99px; height:29px; color:#fff; text-align:center; }