* { 
	color: #333333;
    font: 14px/15px "Trebuchet MS",Arial;
    text-shadow: 1px 1px 0 #BBBBBB;
}
body {
	background: url("img/fat-lines.gif") repeat transparent;
	height: 100%; width: 100%;
	content: "full";
}
section {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 7px 15px;
	margin-bottom: 30px;
}
p {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	margin-bottom: 7px;
}
#progress {
	width: 450px;
	float: left;
}
#progressbar {
	display: block;
    height: 23px;
    margin: 3px auto;
    width: 100%;
}
.progress-value {
	background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px 4px 4px 4px;
    display: inline;
    left: 46%;
    padding: 0 5px;
    position: relative;
    top: -23px;
	font-size: 11px;
}
#progress-days {
	float: left;
	width: 223px;
}