.speedcontainer {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	padding: 10px;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 10px;
}

.speeddiv {
	width: auto;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
}

.sfont {
	font-size: 12px;
}

#speedText {
	font-weight: bold;
}

.speedcls {
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding-left: 20px;
}

.speed_normal {
	background-image: url('images/02.png');
}

.speed_slower {
	background-image: url('images/04.png');
}

.speed_veryslow {
	background-image: url('images/05.png');
}