#progressBar {
	padding-top: 5px;
}

#progressBarBox {
	display:block;
	margin: 0;
	padding: 0;
	width: 350px; 
	height: 16px; 
	border: 1px solid #007700; 
	background: #e0e0e0;
	line-height: 0;
}

#progressBarBoxContent {
	display: block;
	margin: 1px;
	padding: 0;
	height: 14px;
	width: 100px;
	background: #00DD00;
}
