.liwe_progress {
	background-repeat: no-repeat;
	background-color: white;
	background-position: top left;
}

.liwe_progress .small_white {
	width: 16px;
	height: 16px;
	background-image: url(../gfx/progress/small_white.gif);
}

.liwe_progress .medium_white {
	width: 32px;
	height: 32px;
	background-image: url(../gfx/progress/medium_white.gif);
}

.liwe_progress .big_grey {
	width: 100px;
	height: 100px;
	background-image: url(../gfx/progress/big_grey.gif);
	background-color: #888888;

	margin: auto;
}

.liwe_progress .bar_green {
	width: 214px;
	height: 15px;
	background-image: url(../gfx/progress/bar_green.gif);
}

.liwe_progress .bar_osx {
	width: 400px;
	height: 15px;
	background-image: url(../gfx/progress/bar_osx.gif);
	background-repeat: repeat-x;
}

.liwe_progress .bar_red_wave {
	height: 16px;
	background-image: url(../gfx/progress/bar_red_wave.gif);
	background-repeat: repeat-x;
}

