.stopwatch {
	width:250px;
	display:inline;   
}
.display{float:left;}
.stopwatch .display {
	color:#000;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	font-family:verdana;
	padding-right: 10px;
    padding-top:3px;
}

.stopwatch .start, .stopwatch .stop, .stopwatch .reset {
	color: #F1F1F1;
    display: block;
    float: left;
    font: 11px Verdana;
    height: 23px;
    padding:0px 0px 1px 0px;
    margin:0px;
    border:0px;
    text-decoration: none;
	text-align:center;
	width:125px;	
	background: url(https://crm.tiroler.eu/images/start_bg.png) no-repeat scroll 0 0 transparent;
}

.stopwatch .start, .stopwatch .stop {
	margin-right:10px;
}