BODY > DIV#mask { display: block; width: 100%; height: 100%; background: #000; z-index: 999999; position: absolute; top: 0; left: 0; } .afPopup { display: block; width: 280px; float: left; opacity: 1; -webkit-transform: scale(1); -webkit-transition: all 0.20s ease-in-out; transform: scale(1); transition: all 0.20s ease-in-out; position: absolute; z-index: 1000000; top: 50%; left: 50%; margin: 0px auto; background-color: #ffffff; color:#000000; } .afPopup > * { color: inherit; } .afPopup.hidden { opacity: 0; -webkit-transform: scale(0); top: 50%; left: 50%; } .afPopup > HEADER { background-color: #fafafa; line-height: 2em; font-weight: bold; font-size: 20px; text-indent: 10px; } .afPopup > HEADER > .class { position: absolute; top: 0px; right: 0px; border-left: 1px solid #ebebeb; width: 40px; height:40px; background-position:center; background-repeat:no-repeat; } .afPopup > DIV { border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; padding: 15px 30px; font-size: 12px; } .afPopup > FOOTER { width: 100%; padding: 0px 40px; text-align: center; display: block !important; } .afPopup > FOOTER > A#cancel { float: left; min-width:80px; } .afPopup > FOOTER > A#action { float: right; margin-right: 4px; min-width:80px; } .afPopup > FOOTER > A.center { float: none!important; width: 80%; margin: 8px; }