.alert_black_overlay_double{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:1001;
	background-color:rgba(0,0,0,0.8)/*遮罩透明度*/
}
.alert_white_content_double {
	display: none;
	border-radius: 6px;
	position:fixed; top:65%; left:50%; 
	margin-left:-265px; margin-top:-250px;
	width: 498px;
	min-height: 100px;
	padding: 0px 16px 16px 16px;
	border: 0px;
	background-color: #CCCCCC;
	z-index:1002;
	padding-bottom: 10px;
	box-shadow:0px 0px 6px 5px rgba(0%,0%,0%,0.1);/*陰影*/
}

.aBC_1_double {
	width: 118px;
	height: 44px;
	line-height: 44px;
	background-image: url('../images/btn_006.png');
	text-align: center;
	font-size: 13pt;
	color: white;
	border-radius: 8px;
	font-family: "Arial", "微軟正黑體";
}

#alert_img_double {
	position: absolute;
	float:left;
	top: 24px;
	left: 44px;
}

#alert_text_double {
	float:right;
	margin-top:23px;
	margin-bottom: 40px;
	width: 367px;
	min-height: 0;
	line-height: 100%;
}

#alert_msg_double {
	font-family: "Arial", "微軟正黑體";
	font-size: 11pt;
	line-height: 21px;
	color: rgb(51, 51, 51);
}

#alert_head_double {
	font-family: "Arial", "微軟正黑體";
	font-size: 13pt;
	color: rgb(51, 51, 51);
	position: absolute;
	top: 35px;
	left: 145px;
}

#alert_button_double {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	left: 0;
}
hr {
	clear:both;
	border:0; 
	height:2px;
	background-color:gray;
	
}