.flip_timer{
	width:495px;
	font-family: 'Oxygen Mono', sans-serif;
	background-color:#003976;
	background-image:-moz-linear-gradient(90deg,#003976,#044999);
	background-image:-webkit-gradient(linear,0%0%,0%100%,from(#003976), to(#044999));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003976',endColorstr='#044999',GradientType=0);
	color: #fff !important;
	border: 5px solid #fff;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border-radius: 15px;
	height: 140px; 
	overflow: hidden;
	margin: 20px auto;
	-moz-box-shadow: 0px 2px 3px #666;
	-webkit-box-shadow: 0px 2px 3px #666;
	box-shadow: 0px 2px 3px #666;
}
				
.day,
.hour,
.minute,
.sec {
	height: 100px;
	width: 100px;
	color: #fff;
	float: left;
	font-size: 80px;
	text-align: center;
	line-height: 100px;
	text-shadow: 0px -1px 1px #000;
	padding: 0px 10px;
}

.hour,
.minute,
.sec {
	border-left: 5px solid #fff;
}

.half_border {
	background: rgba(0,0,0,0.3);
	margin-left: -120px;
	margin-top: 0px;
	float: left;
	width: 100px;
	height: 56px;
	padding: 0px 10px;
}

.countdown {
	height: 100px;
	border-bottom: 5px solid #fff;
}

.labels {
	border-bottom: 5px solid #fff;
	height: 100px;
	width:495px;
	display: block;
}
	
	.label{
		margin-top:1px;
		width: 103px;
		color: #fff;
		float:left;
		text-align: center;
		display: block;
		text-shadow: 0px -1px 0px #000;
		font-size: 12px;
		padding: 10px 10px;
	}

.progress {
	width: 600px;
	margin: 40px auto;
	border: 5px solid #fff;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border-radius: 15px;
	-moz-box-shadow: inset 0 1px 10px -1px #666;
	-webkit-box-shadow: inset 0 1px 10px -1px #666;
	box-shadow: inset 0 1px 10px -1px #666;
	background: #bbb;
	color: #fff;
	text-shadow:
	   -1px -1px 0 #222,
	    1px -1px 0 #222,
	    -1px 1px 0 #222,
	     1px 1px 0 #222;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
	-moz-box-shadow: 0px 2px 3px #666;
	-webkit-box-shadow: 0px 2px 3px #666;
	box-shadow: 0px 2px 3px #666;
}

	.bar {
		background-color:#282828;
		background-image:-moz-linear-gradient(90deg,#424242,#282828);
		background-image:-webkit-gradient(linear,0%0%,0%100%,from(#424242), to(#282828));
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242',endColorstr='#282828',GradientType=0);
		color: #fff !important;
		height: 100%;
		width: 30%;
		-moz-box-shadow: inset 0 1px 10px -1px #000;
		-webkit-box-shadow: inset 0 1px 10px -1px #000;
		box-shadow: inset 0 1px 10px -1px #000;
		padding: 7px 0px;
		-moz-border-radius: 12px; 
		-webkit-border-radius: 12px; 
		border-radius: 12px;
	}
