@charset "utf-8";
/* CSS Document */

#stopwatch {
	width:102px;
	padding:0;
	border:0;
	margin:0 auto;
	position:relative;
}
#stopwatch_top {
	width:102px;
	height:30px;
	margin:0;
}
#stopwatch_mid {
	width:102px;
	height:22px;
	margin:0;
	float:left;
}
#stopwatch_bottom {
	width:102px;
	height:49px;
	margin:0;
	clear:both;
}
#stopwatch_mid input {
	vertical-align:bottom;
	background-color:#333333;
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:12px;
	width:56px;
	height:22px;
	padding:0;
	border:0;
	margin:0;
	text-align: center;
}