.counter {
	font-family: "Comic Sans MS";
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #0066CC;
	background-image: url(../image/12.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-left-style: groove;
	border-top-color: #000000;
	border-left-color: #000000;
}

