.cd-timer {
	font-family: helvetica;
	width: 600px;
	border: 2px solid #056272;
	text-align: center;
	padding: 1%;
	background: linear-gradient(to bottom, #50a9af 0%,#0b8893 59%,#056272 61%,#31a7b0 100%);
	background: -moz-linear-gradient(top,  #50a9af 0%, #0b8893 59%, #056272 61%, #31a7b0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50a9af), color-stop(59%,#0b8893), color-stop(61%,#056272), color-stop(100%,#31a7b0));
	background: -webkit-linear-gradient(top,  #50a9af 0%,#0b8893 59%,#056272 61%,#31a7b0 100%);
	background: -o-linear-gradient(top,  #50a9af 0%,#0b8893 59%,#056272 61%,#31a7b0 100%);
	background: -ms-linear-gradient(top,  #50a9af 0%,#0b8893 59%,#056272 61%,#31a7b0 100%);
	background: linear-gradient(to bottom,  #50a9af 0%,#0b8893 59%,#056272 61%,#31a7b0 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a9af', endColorstr='#31a7b0',GradientType=0 ); /* IE6-9 */
	border-radius: 20px;
	margin-left: 0px;
}

.cd-time-countdown {
	font-size: 4em;
	color: #00FF00;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	border-top-color: #FFFFFF;
}

.cd-label {
	font-size: 1.2em;
	color: #fff;
}
