/*Lee dialog 1.0 http://www.xij.cn/blog/?p=68*/
.clear {
	clear:both;
}
.w_50 {
	width:50px;
}
.red_label {
	color:#ff3300;
	font-family:Arial, Helvetica, sans-serif;
}
.buttonstyle {
	color:#213a6c;
	text-align:center;
	background:#fff;
	cursor:pointer;
	height:21px;
	border:1px solid #343434;
}
.filestyle {
	border:1px solid #a2a4a5;
}
.selectstyle {
	border:1px solid #939392;
	padding:2px;
}
#floatBoxBg ,#bar_bg_div {
	display:none;
	width:100%;
	height:100%;
	background: #cecece;
	position:absolute;
	top:0;
	left:0;
}
.sub_btn {
	background:#ff7e00;
	padding:2px 15px;
	border:1px solid #e6d43b;
	color:#FFFFFF;
	cursor:pointer;
}
.floatBox {
	width:500px;
	position:absolute;
	top:50px;
	left:40%;
}
#bar_content {
	width:300px;
	position:absolute;
}
.floatBox .dialog_title {
	width:96%;
	height:23px;
	padding:10px 2% 0;
	background:#a7be20;
}
.floatBox .dialog_title h4 {
	float:left;
	padding:0;
	margin:0;
	font-size:14px;
	line-height:16px;
	color:#fff;
}
.floatBox .dialog_title span {
	float:right;
	cursor:pointer;
	color:#fff;
}
.floatBox .content {
	width:100%;
	background:#ffffff;
	margin:0 auto;
}
#finish_order_usernum {
	width:100%;
	float:left;
	background:#fff;
}
.my_operate {
	width:98%;
	padding:8px 1% 3px;
	float:left;
}
.operate_left {
	width:24%;
	float:left;
	margin-top:2px;
	text-align:right;
	color:#343434;
}
.operate_right {
	width:75%;
	float:left;
	padding-left:1%;
}
.floatBox .iframe_style {
	width:100%;
}
a.btn_behind {
	color:#ff6600;
	margin-left:20px;
	text-decoration:underline;
}
.success_msg {
	text-align:center;
	font-size:15px;
	margin:10px 0 5px;
	color:#ff3300;
}