.timer {
	border: 1px solid #333333;
	border-style: dashed;

	position: absolute;

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

	padding: 0px;
	width: 170px;
	height: 170px;
	background: #FFFFFF;
	background-color: #FFCC00;
}
.inner {
	background: #FFEE00;
	width: 99%;
	height: 99%;
	border: 1px dashed #000000;
}
.timer input {
	border: none;
	font-family: impact;
	font-weight: normal;
	font-size: 12pt;
	background: #FFCC00;
	color: #000000;
}
.smalltext {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
}