.agileui_loading {height: 24px;width: 24px;display: inline-block;background: url(images/loading.gif) center no-repeat;}
.validator_tip {height: 16px;width: 16px;display:inline-block;float:left;margin:0 5px;}
.validator_tiperror {background: url(images/error.png) center no-repeat;}
.validator_tipright {background: url(images/right.png) center no-repeat;}
.validator_tiperror_flash {background: url(images/error.gif) center no-repeat;}
.validator_pop {z-index: 1500;position: absolute;left: 0px;top: 0px;padding: 0px;padding-left: 10px;background: url(images/left-line.png) left center no-repeat;}
.validator_pop div {border: 1px solid #ccc;border-left: none;background-color: white;line-height: 18px;padding: 5px;font-size: 12px;}

/***Tip Css***/
.tip {cursor: pointer}
#tip_holder {display: none;position: absolute;top: 0;left: 0;z-index: 99999;}
#tip_holder.tip_top {padding-bottom: 5px;}
#tip_holder.tip_bottom {padding-top: 5px;}
#tip_holder.tip_right {padding-left: 5px;}
#tip_holder.tip_left {padding-right: 5px;}
#tip_content {
	/*text-shadow: 0 0 2px #000;   */
	font-size: 11px;color: #000;padding: 4px 8px;font-size:12px;line-height:18px;border: 1px solid #d9d9d9;border-radius: 3px;
	background-color: #fff;background-color: #fefefe;background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tip_arrow, #tip_arrow_inner {position: absolute;border-color: transparent;border-style: solid;border-width: 6px;height: 0;width: 0;}
#tip_holder.tip_top #tip_arrow {border-top-color: #fff;border-top-color: #867c76;}
#tip_holder.tip_bottom #tip_arrow {border-bottom-color: #fff;border-bottom-color: #867c76;}
#tip_holder.tip_right #tip_arrow {border-right-color: #fff;border-right-color: #867c76;}
#tip_holder.tip_left #tip_arrow {border-left-color: #fff;border-left-color: #867c76;}
#tip_holder.tip_top #tip_arrow_inner {margin-top: -7px;margin-left: -6px;border-top-color: #19191a;border-top-color: #fefefe;}
#tip_holder.tip_bottom #tip_arrow_inner {margin-top: -5px;margin-left: -6px;border-bottom-color: #19191a;border-bottom-color: #fefefe;}
#tip_holder.tip_right #tip_arrow_inner {margin-top: -6px;margin-left: -5px;border-right-color: #19191a;border-right-color: #fefefe;}
#tip_holder.tip_left #tip_arrow_inner {margin-top: -6px;margin-left: -7px;border-left-color: #19191a;border-left-color: #fefefe;}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tip_content {padding: 4px 8px 5px 8px;background-color: rgba(45,45,45,0.88);}
	#tip_holder.tip_bottom #tip_arrow_inner { border-bottom-color: rgba(45,45,45,0.88);}
	#tip_holder.tip_top #tip_arrow_inner { border-top-color: rgba(20,20,20,0.92);}
}

.status_body_green {z-index: 2000;display: none;position:fixed;width: 250px;border: 1px solid #99E838;background-color: #99E838;padding: 5px;left:50%;}
.status_body_green .itemdiv {display: none;line-height: 25px;text-align: center;color: black;}
.status_body {z-index: 2000;display: none;position:fixed;width: 250px;border: 1px solid red;background-color: pink;padding: 5px;}
.status_body .itemdiv {display: none;line-height: 25px;text-align: center;color: black;}
* html,* html body {background-image:url(about:blank);background-attachment:fixed;}
* html .status_body /* IE6 头部固定 */{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop));}
* html .status_body_green /* IE6 头部固定 */{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop));}


.dialog_cover {z-index: 1000;position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-color: #fff;filter: alpha(opacity = 20);-moz-opacity: 0.2;opacity: 0.2;}
.dialog_mcover {z-index: 1002;position: absolute;top: 0;bottom: 0;left: 0;right: 0;background-color: white;filter: alpha(opacity = 0);-moz-opacity: 0;opacity: 0;}
.dialog_wrapper {width:365px;border:1px #0570c0 solid;overflow:hidden;border-radius: 3px;box-shadow: 0 0 5px #333;background:#fff;}
.dialog_wrapper1 {width:367px;overflow:hidden;position: absolute;z-index: 1001; background:#fff;}
.dialog_wrapper h1 {margin:0;border:1px #6ab9fa solid;height:28px;line-height:28px;background:url(images/dialog_skin.gif) repeat-x 0 0;padding:0 10px 0 15px;}
.dialog_wrapper h1 span {float:left;font-weight:bold;color:#fff;font-size:14px;}
.dialog_wrapper h1 .closeBtn {float:right;display:block;width:32px;height:18px;margin-top:4px;background:url(images/dialog_skin.gif) repeat-x 0 -28px; }
.dialog_wrapper h1 a.closeBtn:hover {background:url(images/dialog_skin.gif) repeat-x 0 -46px;}
.dialog_container {border-top:1px #0570c0 solid;}
.dialog_content {margin:1px;background:url(images/dialog_skin.gif) repeat-x 0 -66px;padding:10px;min-height:50px;}
.dialog_confirm{margin:10px auto;}
.dialog_confirm a {display:block;height:32px;width:100px;margin:0 auto; background:url(images/dialog_confirm.gif) no-repeat;}
.dialog_confirmSubmit {border-top:1px #d9d9d9 solid;padding:10px 0; text-align:right;clear:both;}
.dialog_confirmSumit .noBoder {border-top:none;}
.dialog_confirmSubmit  button{ font-size: 12px;background:url(images/dialog_confirm.gif) no-repeat 0 -32px;width:60px;height:21px;margin-right:5px; text-align:center;border:none;color:#000; text-decoration:none; }
.dialob_mbox_alert{width:50px;height:47px;float:left;background:url(images/dialogbg.png) no-repeat 0 0;margin:10px;}
.dialob_mbox_error{width:50px;height:47px;float:left;background:url(images/dialogbg.png) no-repeat -50px 0;margin:10px;}
.dialob_mbox_warn{width:50px;height:47px;float:left;background:url(images/dialogbg.png) no-repeat 0 -47px;margin:10px;}
.dialob_mbox_confirm{width:50px;height:49px;float:left;background:url(images/dialogbg.png) no-repeat -47px -47px;margin:10px;}