

#edm_little_text {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 9px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.input_gray {
	color: #999;
}

.input_black {
	color: #000;
}

#bottom_ad_tag {
	height:40px;
	position: fixed;
	bottom: 0px;
	z-index:99999;
	width:98%;
	margin:0 1%;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
}
#bottom_ad_background {
	width: 100%;
	height: 100%;
	position: absolute;
	filter:alpha(opacity=70);
	opacity:0.9;
	background: #333;
	border-top:1px solid #FFF;
}
#bottom_ad_img_container{
	width: 100%;
	height: 100%;
	position: absolute;
}
.edm_box {
	font-size: 14px;
	float: left;
	margin: 5px 0 0 240px;
	
	/*border-collapse:collapse;*/
}
.edm_box div{
	float: left;
}
.bottom_ad_title {
	padding:0 10px 0 4px;
	border-right:1px solid #999;
	color: #0A59F9;
}
.bottom_ad_edm{
	margin-top: 5px;
}
.bottom_ad_pro_wording{
	float:left;
	margin:12px 0 0 260px;
	font-family: "微軟正黑體", "Microsoft JhengHei", "Time New Roman", sans-serif;
}
.bottom_ad_pro_wording a, .bottom_ad_pro_wording a:hover{
	color: #fff !important;
	font-size: 18px;
	font-weight: 900;
	text-decoration: none !important;
}
#bottom_ad_delete_btn {
	cursor: pointer;
	position: absolute;
	right: 0px;
	width: 20px;
	height: 20px;
	margin:5px;
}