.timer {
	border: 2px solid #000000;
	border-style:dashed;
	position: absolute;
	font-family:verdana;
	font-size:16pt;
	font-weight:normal;
	text-align: center;
	padding: 2px;
	width: 200px;
	height: 400px;
	background: #990000;
	background-color: #CC0000;
}
.inner{
	background: #CC0000;
	width: 98%;
	height: 98%;
	border: 1px solid #FF0000;
}
.timer  input{
  border: none;
  font-weight: bold;
  font-size: 20px;
  background: #FFFF00;
  color: #000000;
}
