.timer
{  

	text-align:center;  
	width:100％;  
	margin:0px auto 10px;  
	padding:7px 0;  
	font-size:22px;  
	color:#F7B401;
	font-weight:bold;  
	line-height:22px;  
	background:#fff;
	border:1px solid #F7B401;  
	/*
	text-shadow:1px 1px 1px #ccc;  

	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ef007c), color-stop(0.00, #ff5db1));  
	background: -webkit-linear-gradient(top, #ff5db1 0%, #ef007c 100%);  
	background: -moz-linear-gradient(top, #ff5db1 0%, #ef007c 100%);  
	background: -o-linear-gradient(top, #ff5db1 0%, #ef007c 100%);  
	background: -ms-linear-gradient(top, #ff5db1 0%, #ef007c 100%);  
	background: linear-gradient(top, #ff5db1 0%, #ef007c 100%);  
	shadow: 2px 2px 16px 7px #ddd, inset 0px 0px 1px 1px #f5add2; 
	-moz-box-shadow: 2px 2px 16px 7px #ddd, inset 0px 0px 1px 1px #f5add2;
	box-shadow: 2px 2px 16px 7px #ddd, inset 0px 0px 1px 1px #f5add2;
	*/
} 