.timer {
	border: 1px solid #000000;
	border-style: hidden;

	position: absolute;

	font-family: impact;
	font-size: 18pt;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;

	padding: 1px;
	width: 170px;
	height: 190px;
	background: #CC0000;
	background-color: #FF0000;
}
.inner{
	background: #EE0000;
	width: 99%;
	height: 99%;
	border: 1px solid #CC0000;
}
.timer  input{
	border: none;
	font-family: impact;
	font-weight: normal;
	font-size: 13pt;
	background: #FFFF00;
	color: #000000;
}
.smalltext {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
}
