.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:#4D860C; font-weight:bold;border:1px solid #999;  padding:5px 10px;border-radius:5px; background-color:#fff; font-family:"微软雅黑"; margin-right:15px;}

#popup_container {

	font-family: Arial, sans-serif;

	font-size: 14px;
	text-align: center;

	min-width: 300px; /* Dialog will be no smaller than this */

	max-width: 600px; /* Dialog will wrap after this width */

	background: #FFF;

	border: solid 1px #aaa;

	box-shadow:2px 2px 4px #ccc;

	color: #000;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	border-radius: 5px;

	z-index: 10000002!important;

}



#popup_title {

	font-size: 16px;

	font-weight: bold;

	text-align: center;

	line-height: 2em;

	color: #666;

	background: #ddd url("../images/alerts/title.gif") top repeat-x;

	border: solid 1px #FFF;

	border-bottom: solid 1px #bbb;

	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 {

	 line-height:200%;
	text-align: center;

}



#popup_panel {

	text-align: center;

	margin: 1em ;



}



#popup_prompt {

	margin: .5em 0em;

}

#loading_block{font-size:14px;color:blue;width:268px;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;}