html,body { height : 100%; overflow : hidden; } div#lightbox { display: none; position: absolute; background: #000; top : 0; left : 0; -moz-opacity: 0.4; opacity: 0.4; filter: alpha(opacity=40); width: 100%; height: 100%; z-index : 10; xcursor : pointer; } div#lbcontent { position : absolute; margin : 0 auto; background :#ccc; padding : 10px; border-right : 1px solid #888; border-bottom : 2px solid #888; z-index : 50; display : none; } div.formhead { background : #efefef; font-size : 116%; line-height : 1.2em; font-weight : 600; padding : 5px; margin-bottom : 7px; cursor : move; border-bottom : 1px solid #ccc; }