#popup_bg			{ display: none; width: 100%; height: 100%; filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9; background-color: #333; position: absolute; top: 0px; left: 0px; z-index: 40; }
#popup				{ display: none; width: 450px; margin: 245px auto 0px auto; padding: 0px; background-color: #eee; border: 1px solid white; overflow: auto; text-align: left; }
.popup_head			{ width: 100%; height: 22px; background-color: #0081b0; }
.popup_head H1		{ float: left; font-family: arial, verdana; color: #fff; font-size: 13px; font-weight: bold; margin: 0px 0px 5px 0px; padding: 3px 0px 0px 10px; }
.popup_head SPAN	{ float: right; text-align: center; width: 18px; height: 20px; margin: 0px; padding: 0px; }
.popup_head SPAN A	{ color: #fff; font-weight: bold; text-decoration: none; }
.popup_sor			{ clear: both; width: 445px; margin: 0px; padding: 8px 0px 8px 0px; }
.popup_cim			{ float: left; width: 100px; margin: 0px; padding: 0px 0px 0px 10px; font-family: verdana; color: #222; font-size: 11px; line-height: 20px; }
.popup_select		{ float: left; width: 330px; height: 20px; padding: 0px; margin: 0px; padding: 0px; font-family: verdana; color: #000000; font-size: 11px; background-color: #ffffff; border: 1px solid #999; }
.popup_subm			{ float: right; width: 100px; padding: 0px; margin: 0px 0px 8px 0px; }

#ajaxLoader			{ display: none; width: 100%; height: 100%; filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9; color: #000; background-color: #fff; font-family: verdana; font-size: 10px; position: absolute; top: 0px; left: 0px; z-index: 42; }
#ajaxLoader P		{ margin: 260px auto 0px auto; }

#popup_body .inner		{ padding: 5px; text-align: left; }
#popup_body .inner A	{ color: #0081b0; }
