.completion{
	background: #444;
	overflow:hidden;
	padding:2px;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.completion div{
	background: #444 url(_img/overlay.png) top left repeat-x;
	border:1px solid #222;
	height:18px;
	line-height:20px;
	margin:0;
	padding:5px;
	width:0;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.completion.red div{
	background-color: #800;
}

.completion p{
	color:#f9f9f9;
	margin-bottom: 0;
	padding:5px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);
}

.completion p.loaded{
	margin:-30px 0 0;
}