label.error{color:red;padding:3px 0px 0 5px;}
label.generated{display:none;}


/*jquery.help.css*/
.popup_help_up, .popup_help_down{height:auto;position:absolute; font-family:"微软雅黑";}
.popup_help_up h1, .popup_help_down h1{	font-size:13px;	text-indent:17px;background:url(../img/jquery_ui/action.gif) 1px 2px no-repeat;
margin:5px 0 0 0; display:inline-block; color:#eb6100; font-family:"微软雅黑";}
.popup_help_up p, .popup_help_down p{line-height:16px;padding:5px 0 5px 0px; display:inline;}
.popup_corner{background:url(../img/jquery_ui/ico_cornr.gif) no-repeat; width:17px; height:8px; position:absolute; top:-24px; left:56px;
z-index:100; margin:17px 0 0 -7px; font-family:"微软雅黑";}
.popup_border{border:1px solid #fbd61d; background:#fefbdd;  filter:Alpha(Opacity=85);  padding:0 0px 5px 6px !important;}
/*jquery.alerts.css*/
#popup_container {font-family: Arial, sans-serif;font-size: 12px;}
.popup_title {font-size: 12px;font-weight: normal;text-align: left;line-height: 1.75em;color: #fff;position:relative;padding:0 0 3px 10px;background:url(../img/jquery_ui/title.gif) top repeat-x;cursor: default;}
.popup_title h5{ font-size:12px; background: url("../img/styleDesign/ico_img.gif") no-repeat 0 3px;padding:0 0 0 20px; width:255px;}
.popup_ok{/*background:url(../img/jquery_ui/botom_btnon.gif) no-repeat 0 0; */
	background: #fff;width:75px; height:30px; border-radius:2px; border:1px solid #ddd; cursor:pointer;font-family:"微软雅黑" ;
-webkit-transition:all 0.25s ease-in-out 0s;
-moz-transition:all 0.25s ease-in-out 0s;
-ms-transition:all 0.25s ease-in-out 0s;
-o-transition:all 0.25s ease-in-out 0s;
transition:all 0.25s ease-in-out 0s;}
.popup_ok_m{/*background:url(../img/jquery_ui/botom_btn.gif) no-repeat 0 0;*/ border-radius:2px; 
background: #efefef; width:75px; height:30px; border:1px solid #ccc; cursor:pointer;font-family:"微软雅黑"}
#popup_content.confirm {background-image: url(../img/jquery_ui/important.gif);}
#popup_content.prompt {	background-image: url(../img/jquery_ui/help.gif);}
.alert {height:60px;line-height:20px;width:190px;background: url(../img/jquery_ui/info.gif) no-repeat 45px 55px;padding: 68px 0 20px 110px;font-size:14px;color:#333;}
.confirm {padding:61px 50px 61px 112px;line-height:26px;font-size:16px;background: url(../img/jquery_ui/important.gif) no-repeat 59px 52px; text-align:center; display:inline-block;}
a.popup_close:hover{background: url(../img/styleDesign/dialog_closebtn_over.gif) no-repeat;}
.popup_close {background: url("../img/styleDesign/dialog_closebtn.gif") no-repeat scroll 0 0 transparent;cursor: pointer;height: 17px;width: 28px;display:block;position:absolute;right:0;top:0;margin:0 6px 0 0;}
#popup_panel {border-top:1px solid #ddd;background: #fff;/*background: url("../img/jquery_ui/select_btbk.gif") repeat-x scroll 0 0 transparent;*/padding:8px 0;text-align: center;}
#popup_prompt {	margin: .5em 0em;}