#countdown {
	width: 235px;
	color: #555;
	float: left;
	position: absolute;
	top: 365px;
	 *position: relative;

	filter:alpa(opacity=80);   /* old IE */
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80,FinishOpacity=80, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16); /*supported by current IE*/
	-moz-opacity:0.7;          /* Moz + FF */
	opacity:0.7;

}

#countdown_dashboard {
	clear: both;
	filter:alpa(opacity=90);   /* old IE */


filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90,FinishOpacity=90, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16); /*supported by current IE*/
	-moz-opacity:0.9;          /* Moz + FF */
	opacity:0.9;
	height: 70px;
}

.dash {
	width: 50px;
	height: 70px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 8px;
	position: relative;
}

.dash .digit {
	font-size: 15pt;
	width: 22px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	position: relative;
	float: left;
	line-height: 38px;
}

.dash_title {
	position: absolute;
	display: block;
	font-size: 6pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	bottom: 15px;
	width: 45px;
	text-transform: uppercase;
}
.cont_dash_title {
	font-family: "微軟正黑體";
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	width: 100%;
}
