#status_bar {
	z-index: 9999;
	position: relative;
	top: -6px;
	left: 0px;
	width: 509px; 
	height: 12px; 
	border: 1px solid #1D71DC;	
}

.done {
	font-size: 0.6em;
	color: white;
	text-align: center;
	margin: 2px; 
	height:8px; 
	width: 80px; 
	float:left; 
	background-color: #1D71DC;	
}

.to_do {
	font-size: 0.6em; 
	text-align: center; 
	margin: 2px; 
	height: 8px; 
	width: 80px; 
	float:left; 
	border-right: 1px solid #1D71DC;	
}

.to_do_last {
	font-size: 0.6em; 
	text-align: center; 
	margin: 2px; 
	height: 8px; 
	width: 80px; 
	float:left; 	
}

#actionHelp{
	float:left; 	
}
