/****** Default styling ******/
html, body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family:"Segoe UI", Tahoma, sans-serif;
	color: #333333;
	background: #AAAAAA;
}
h2 {
	margin: 0;
	padding: 0 10px;
	
	font-size: 15px;
	line-height: 24px;
	
	border-bottom: 1px solid #CCCCCC;
}
div#content {
	margin: 50px 100px;
	background: #EEEEEE;
	
	min-width: 500px;
	
	height: 90px;
	border: 1px solid #777777;
}
div.line {
	padding: 0 10px;
	line-height: 24px;
	height: 24px;
}
div.left {
	float: left;
	width: 200px;
}
div.right {
	float: left;
}
div.progress {
	border: 1px solid #CCCCCC;
	padding: 2px;
	background: #FEFEFE;
	position: relative;
	height: 20px;
	
	margin: 5px 10px;
	
}
div.progress div.progress-bar {
	width: 0%;
	background: url(progress.png) left center;
	height: 20px;
}
div.progress div.progress-text {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	line-height: 24px;
	text-align: center;
}
