6 Created by Andrew Okonetchnikov.
\r
7 Copyright 2006-2010 okonet.ru. All rights reserved.
\r
9 Licensed under MIT license.
\r
16 width: 100%; height: 100%;
\r
19 background-color: #000!important;
\r
21 #MB_overlay[id] { position: fixed; }
\r
39 #MB_window[id] { position: relative; }
\r
43 background-color: #EFEFEF;
\r
59 font: bold 100% "Lucida Grande", Arial, sans-serif;
\r
60 text-shadow: #FFF 0 1px 0;
\r
61 padding: .5em 2em .5em .75em;
\r
69 right: 5px; top: 4px;
\r
72 text-decoration: none;
\r
76 background: transparent;
\r
81 text-indent: -10000px;
\r
82 background: transparent url(spinner.gif) 50% 0 no-repeat;
\r
87 background-color: #EFEFEF;
\r
90 -webkit-box-shadow: 0 0 64px #000;
\r
91 -moz-box-shadow: #000 0 0 64px;
\r
92 box-shadow: 0 0 64px #000;
\r
95 padding-bottom: 4px;
\r
97 -webkit-border-bottom-left-radius: 4px;
\r
98 -webkit-border-bottom-right-radius: 4px;
\r
100 -moz-border-radius-bottomleft: 4px;
\r
101 -moz-border-radius-bottomright: 4px;
\r
103 border-bottom-left-radius: 4px;
\r
104 border-bottom-right-radius: 4px;
\r
107 #MB_content { border-top: 1px solid #F9F9F9; }
\r
110 background-color: #DDD;
\r
111 border-bottom: 1px solid #CCC;
\r
113 #MB_caption { color: #000 }
\r
114 #MB_close { color: #777 }
\r
115 #MB_close:hover { color: #000 }
\r
118 /* Alert message */
\r
121 text-align: center;
\r