2010-10-18 06:06:16 +00:00
|
|
|
|
#msgBox
|
|
|
|
|
{
|
|
|
|
|
display: none;
|
2011-04-24 04:06:34 +00:00
|
|
|
|
height: 30px;
|
2010-10-18 06:06:16 +00:00
|
|
|
|
background-color: #272525;
|
|
|
|
|
opacity: .9;
|
|
|
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
|
|
|
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
|
|
|
|
|
padding: 10px;
|
|
|
|
|
text-align: left;
|
2010-11-06 00:43:13 +00:00
|
|
|
|
position: fixed;
|
2010-10-18 06:06:16 +00:00
|
|
|
|
z-index: 99;
|
|
|
|
|
bottom: 0;
|
2011-04-24 04:06:34 +00:00
|
|
|
|
right: 0;
|
2010-10-18 06:06:16 +00:00
|
|
|
|
font-size: 20px;
|
|
|
|
|
color: White;
|
2011-04-24 04:06:34 +00:00
|
|
|
|
text-align: center;
|
2011-04-24 05:48:12 +00:00
|
|
|
|
white-space:nowrap;
|
2010-10-18 06:06:16 +00:00
|
|
|
|
}
|
|
|
|
|
#msgCloseButton
|
|
|
|
|
{
|
|
|
|
|
float: right;
|
|
|
|
|
}
|