div.popperoverlay { position: absolute; width: 100%; min-height: 2000px; top: 0px; left: 0px; overflow: hidden; z-index: 20000; background-color: black; } div.popper { position: absolute; top: 59px; left: 28px; background-color: white; z-index: 20100; border: 10px solid #000000; font-family: "Arial","Tahoma","Verdana"; font-size: 11px; } div.popper div.contents { width: 576px; } div.popcontent { background-color: white; padding: 6px; padding-top: 0px; height: 100%; font-family: "Courier New","Courier","Terminal"; overflow: scroll; } div.popcontent div.howto { border-top: 0px; padding: 8px; margin: 0px auto; width: 70%; color: black; background-color: #dddddd; font-family: "Arial","Tahoma","Verdana"; font-size: 14px; font-weight: bold; text-align: center; } div.popper div.controls { background-color: #000000; background-image:url(S19.JPG); line-height: 34px; padding: 0px 8px; text-align: right; height: 30px; } div.popper div.controls a { text-decoration: none; color: red; } div.popper div.controls a:hover { text-decoration: underline; }