body { background-image: url(images/bg-strip-dark.png); } /* the overlayed element */ .apple_overlay { /* must be initially hidden */ display:none; /* place overlay on top of other elements */ z-index:10000; /* styling */ background-image:url(images/overlay/white.png); background-color:#FFF; min-height:200px; border:1px solid #666; padding: 15px; width: 480px; /* CSS3 styling for latest browsers */ -moz-box-shadow:0 0 90px 5px #000; -webkit-box-shadow: 0 0 90px #000; } /* close button positioned on upper right corner */ .apple_overlay .close { background-image:url(/images/close.png); position:absolute; right:-15px; top:-15px; cursor:pointer; height:35px; width:35px; } .newsslider { } .alertbar { background-color: #FFFF99; border-bottom: 1px solid black; display: none; position: absolute; top: 0; left: 0; font-family: verdana,helvetica,sans; vertical-align: middle; text-align: center !important; width: 100%; padding-top: 5px; padding-bottom: 5px; margin: 0; line-height: 20px; } .wrapper { text-align: center; } .overlay_text { font-family: verdana, helvetica, sans; text-align: left; padding: 10px; color: #000; font-size: 12px; }