.message-box-overlay { position:fixed; left:0; right:0; top:0; bottom:0; z-index:1000; }

.message-box-center { display:table; height:100%; margin:auto; min-width: 30%; max-width: 90%; }

.message-box-middle { vertical-align:middle; display:table-cell; }

.message-box-back { font-family:Tahoma,Arial,sans-serif; background: url(/stc/i/m_popup_dark_border.png) repeat left top; padding:10px; }

.message-box { background:#fff; padding:1px; }

.message-box-head { background:#1d82a2; color:#fff; font-size:11px; font-weight:bold; margin:0 0 1px; padding:7px 10px; text-transform: uppercase; }
.message-box-x {background: url(/stc/i/pp_close2.gif) no-repeat left top; float:right; font-size:0; margin-top:2px; width:11px; height:11px; cursor:pointer; }

.message-box-body { padding:10px 15px 12px 15px;font-family:Tahoma,Arial,sans-serif; font-size:11px; }

.message-box-foot { background:#eee; border-top:1px solid #fff; padding:10px; }
.message-box-foot.center { text-align: center; }

.message-box-foot-button { display: inline-block; text-decoration: none !important; border: 1px solid #bbb; border-radius: 2px; color: #999; font-size: 10px; line-height: 15px; padding: 6px 10px; text-transform: uppercase; }

.message-box-foot-close { background: #ebebeb; }
.message-box-foot-close:hover { background: #e33232; color: White; border: 1px solid #e33232; }

