.all-popups { position: absolute; width: 100%; height: 1px; z-index: 1000; } .all-popups .popup-container { position: absolute; border:1px solid black; z-index: 10; border: 4px solid #000; background-color: #fff; } .all-popups .popup-container .popup-header { border-bottom: 4px solid #000; height: 33px; padding-top: 7px; padding-left: 7px; color: #000; margin: 0; } .all-popups .popup-container .close-button { width: 58px; height: 18px; position: absolute; top: 14px; right: 2px; cursor: pointer; border: 1px solid black; } .all-popups .popup-container .close-button span { display: none; } .all-popups .popup-container .popup-content-wrapper .popup-title { margin-bottom: 20px; margin-top: -37px; } .all-popups .popup-container .popup-content-wrapper .popup-header-text { position: absolute; top: 8px; left: 10px; color: #fff; } .all-popups .popup-container .content { z-index: 9; } .all-popups .mask { position: absolute; width: 100%; left: 0; top: 0; opacity: 0.8; filter: alpha(opacity=80); background: #000 url(../images/cross_pat_01.jpg); z-index: 9; } .all-popups .popup-container .prompt-button-row, .all-popups .popup-container .complete-button-row { text-align: center; padding-bottom: 10px; } .all-popups .popup-container .prompt-button-row .yui3-button { margin-right: 10px; } .all-popups .popup-container .prompt-message, .all-popups .popup-container .wait-message, .all-popups .popup-container .complete-message { margin: 10px; } .all-popups .popup-container .complete-message { text-align: center; } .all-popups .popup-container .prompt-message { text-align: center; padding: 5px; margin-bottom: 5px; } .all-popups .popup-container .prompt-button-row { text-align: center; padding: 5px; } .all-popups .popup-container .prompt-button-row input:first-child { margin-right: 5px; } .all-popups .popup-container .prompt-with-options-container { padding: 10px; text-align: center; } .all-popups .popup-container .prompt-with-options-container > .yui3-button { margin: 0 2px; } .slide-show { position: relative; } .slide-show .slide-show-item { position: absolute; top: 0; left: 0; } .dynamic-panel .popup-header, .dynamic-panel .popup-title { display: none; }