/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
}

#status {
	width: 20px;
	height: 20px;
	float: left;
}

.tekst {
	padding-left: 5px;
	height: 20px;
	line-height: 20px;
	float: left;
}

.green {
	background: url('/images/status_sprite.png') 0 0;
}
.orange {
	background: url('/images/status_sprite.png') -20px 0;
}
.red {
	background: url('/images/status_sprite.png') -40px 0;
}