		#countdown {
			width: 200px;
			text-align:center;
			background:#d7dab4;
			float:right;
			border-radius:8px;
			-moz-border-radius:8px;
			-webkit-border-radius:8px;
			margin:0 0 5px;
			padding:6px 0;
		}
		
		#countdown #time {
			padding:5px 0px 5px 5px; margin:0; 
		}
		 
		#countdown .cd-time {
			width: 45px; 
			float: left;
			font-size: 12px;
			color: white;
			margin-right: 3px;
		}
		
		#countdown .stamp {
			width: 45px;
			float: left;
			text-align: center;
			font-size: 18px;
			color: white;
			background-image: url(../images/background_unit.png);
			background-repeat: no-repeat;
			height: 30px;
			margin-right: 3px;
			padding-top: 5px;
			position: relative;
		}
		#countdown .launching {
			font-size:12px; font-weight:bold; color:#810006; text-align:center; 
		}
	 
		#countdown .right {
			margin-right: 0px;	
		}
		
		#countdown .stamp div.cover {
			width: 100px;
			float: left;
			text-align: center;
			font-size: 18px;
			margin-top: 15px;
			color: white;
			position: absolute;
			z-index: 99;
		}
		#countdown .cd-time {
			width: 45px;
			float: left;
			font-size: 11px;
			color: #5c5f2d; text-align:center;
			margin-right:3px;
		}
		#countdown #time .complete {
			color: white;	
			text-align: center;
			width: 350px;
			margin-left: 25px;
			font-size: 15px;
			float: left;
			margin-top: 20px;
		}		