#popup_overlay{
    position: absolute;
    z-Index: 99998;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: #FFF;
    opacity: 0.8;
}
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: 1px solid #adcde6;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #000;
	background:#fff url(../images/head_bg.jpg) repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #adcde6;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: url(../images/msgbox/info.png) no-repeat 1em 1em ;
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background:url(../images/msgbox/info.png) no-repeat 1em 1em;
}

#popup_content.confirm {
	background:url(../images/msgbox/help.png) no-repeat 1em 1em;
}

#popup_content.prompt {
	background:url(../images/msgbox/write.png) no-repeat 1em 1em;
}
#popup_content.none {
	background:#fff;
}
#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}
#popup_prompt {
	margin: .5em 0em;
}
#popup_ok {height:20px;line-height:20px;width:70px;background:url(../images/huahai_img.jpg) no-repeat -910px -348px;border:none;}
#popup_ok:hover {background:url(../images/huahai_img.jpg) no-repeat -910px -368px;cursor:pointer;}
#popup_cancel {height:20px;line-height:20px;width:70px;background:url(../images/huahai_img.jpg) no-repeat -910px -348px;border:none;}
#popup_cancel:hover {background:url(../images/huahai_img.jpg) no-repeat -910px -368px;cursor:pointer;}

#popup_content.info {
	background:url(../images/msgbox/info.png) no-repeat 1em 1em;
}

#popup_content.error {
	background:url(../images/msgbox/error.png) no-repeat 1em 1em;
}

#popup_content.warn {
	background:url(../images/msgbox/warn.png) no-repeat 1em 1em;
}

#popup_content.ok {
	background:url(../images/msgbox/ok.png) no-repeat 1em 1em;
}

#popup_content.delete {
	background:url(../images/msgbox/delete.png) no-repeat 1em 1em;
}
#popup_content.wait{
    background:url(../images/msgbox/loading.gif) no-repeat 1em 1em;
}
/*hAlert*/
    .hAlert-warp{height:54px;line-height:54px;overflow:hidden;font-weight: bold;font-size: 14px;color: #606060;height:48px\9;line-heihgt:48px\9;_height:47px;background:#fff\9;}
    .hAlert-warp span{height:54px;display:inline-block;float:left;background:url(../images/jAlert.png) repeat-x;height:48px\9;}
    .hAlert-warp .hAlert-box{background-position:0 -161px;background-position:0 -163px\9;_height:47px;}
    .hAlert-warp .hAlert-left{width:45px;}
    .hAlert-warp .hAlert-correct{background-position:-6px 0;background-position:-6px -3px\9;_height:47px;_margin-top:-1px;}
    .hAlert-warp .hAlert-error{background-position:-6px -108px;background-position:-6px -111px\9;_height:47px;_margin-top:-1px;}
    .hAlert-warp .hAlert-warn{background-position:-6px -54px;background-position:-6px -57px\9;_height:47px;_margin-top:-1px;}
    .hAlert-warp .hAlert-center{padding:0 20px 0 10px;background-position:0 -161px;background-position:0 -164px\9;_background-position:0 -166px;}
    .hAlert-warp .hAlert-right{width:6px;background-position:0 0;background-position:0 0px\9;_background-position:0 -4px;_height:47px;_margin-top:-1px;}