﻿
#windowBackground { position: absolute; z-index: 9999999; background-color: #000000; filter: alpha(opacity=20); -moz-opacity: 0.2; opacity: 0.2; left: 0; }
#windowItem { position: fixed !important; position: fixed; border: 10px #aaaaaa solid; z-index: 10000000; display: none; }
#windowDrag { position: absolute; z-index: 10000001; top: 30px; display: none; filter: alpha(opacity=0); -moz-opacity: 0.0; opacity: 0.0; }

.blank { top: 0; left: 0; }
.msg_win { text-align: left; }
.msg_hd, .msg_tit, .msgclose { background: url(/Scripts/Popups/Popup.png) no-repeat -999em 0; }
.msg_hd { cursor: move; background-position: 100% -248px; height: 29px; line-height: 29px; position: relative; }
.msg_tit { height: 29px; float: left; background-position: 0 -215px; line-height: 29px; font-weight: bold; font-size: 14px; color: #fff; padding-left: 12px; }
.msgclose, .poptit .close { width: 14px; height: 14px; position: absolute; right: 12px; top: 7px; overflow: hidden; display: block; background-position: -383px -129px; text-indent: -99em; }
.msgclose:hover, .poptit .close:hover { background-position: -397px -129px; }
.msg_cont { background: #fff; border: 1px #517BB5 solid; overflow: hidden; zoom: 1; }
.msg_ft { background: #F6F9FC; border: 1px #517BB5 solid; border-top: none; padding: 8px; text-align: right; }

#errorBackground { z-index: 99999999; position: absolute; background-color: #000000; filter: alpha(opacity=10); -moz-opacity: 0.1; opacity: 0.1; left: 0; }
#errorItem { position: fixed !important; position: fixed; z-index: 100000000; }
#errorContent { width: auto; height: 36px; text-align: left; background-color: #fff; border: 10px #e7ecf2 solid; padding: 5px 5px; display: none; }
#errorContent .errortext { float: left; font-weight: bold; font-size: 22px; margin: 5px 5px 0 5px; }
#errorContent .succeed, #errorContent .error, #errorContent .notices, #errorContent .clueto { float: left; width: 30px; height: 30px; background: url(/Scripts/Popups/Popup.png) no-repeat -999em 0; border: 0; display: block; }
#errorContent .succeed { background-position: -241px 0; }
#errorContent .error { background-position: -372px 2px; }
#errorContent .notices { background-position: -284px 2px; }
#errorContent .clueto { background-position: -331px 2px; }
