.stopwatch {
	width:210px;
	padding:10px;
	border:5px solid #444;
	background:#76c800;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}

.stopwatch .display {
	width:160px;
	padding:20px;
	margin-bottom:10px;
	border:5px solid #444;
	color:#444;
	font-size:18pt;
	font-weight:bold;
	text-align:center;
	font-family:verdana;
	background:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.stopwatch .start, .stopwatch .stop, .stopwatch .reset {
	background:#444;
	font-family:verdana;
	font-size:12pt;
	padding:5px 10px;
	color:#fff;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	width:100px;
}

.stopwatch .start, .stopwatch .stop {
	margin-right:10px;
}