.addcarts{ font-size:18px; font-family:"微软雅黑"; line-height:30px; color:#4D860C; font-weight:bold; margin-bottom:15px;}
.popupbtn{ font-size:14px; color:#4D860C; font-weight:bold; font-family:"微软雅黑"; border:1px solid #999; padding:5px 10px; margin-top:12px;  margin-right:10px;display:inline-block; float:left; border-radius:5px; }
.okbtn{ font-size:14px; color:#4D860C; font-weight:bold;border:1px solid #999;  padding:5px 10px;border-radius:5px; background-color:#fff; font-family:"微软雅黑"; }
#popup_panel input[type="button"]{font-size:14px; color:#333; font-weight:bold;border:1px solid #999;  padding:5px 8px;border-radius:5px; background-color:#fff; font-family:"微软雅黑"; margin-right:15px;}
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 150px; /* Dialog will be no smaller than this */
	max-width: 300px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 1px #999;
	box-shadow:2px 2px 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 10000002!important;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url("../images/alerts/title.gif") top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url("../images/ok.png");
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url("../images/ok.png");
}

#popup_content.confirm {
	background-image: url("../images/alerts/important.gif");
}

#popup_content.prompt {
	background-image: url("../images/alerts/help.gif");
}

#popup_message {
	padding-left: 48px;
	font-size:18px; margin-bottom:10px;
}

#popup_panel {
	text-align: left;
	margin: 1em 0em 0em 1em;
	padding-left:3em;
	width:100%;
}

#popup_prompt {
	margin: .5em 0em;
}
#loading_block{font-size:14px;color:blue;width:168px;height:40px;}
#loading_img{margin-left: 43px;_margin-left: 23px;float:left;}
#loading_tip{font-size: 16px;padding-left: 13px;padding-top: 3px;float:left;}
.clear{clear:both; height:0px; overflow:hidden; line-height:0px; font-size:0px;width:0;}