.dmy {
	color: #FF0000;
}.countdown_table {
	width: 450px;
	margin-left: 25px;
}
.countdown_country {
	width: 268px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9651;
	text-align: center;
	float: left;
	height: 16px;
}
.countdown_count {
	background-color: #666666;
	text-align: center;
	float: left;
	height: 16px;
	width: 180px;
	margin-left: 2px;
	color: #BBBBBB;
}
.countdown_name {
	text-align: left;
	width: 268px;
	float: left;
	clear: both;
}
.countdown_name img{
	margin-left: 5px;
	vertical-align: text-bottom;
}
.countdown_travelday {
	text-align: left;
	float: left;
	width: 180px;
	margin-left: 2px;
}
.countdown_comment {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF9651;
	margin-bottom: 5px;
	clear: both;
	padding-top: 3px;
}
#countdown {
	overflow: auto;
	height: 700px;
	font-size: 95%;
}
