.demo{
	text-indent: 0px;
}

.demo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 50px;
}
.clr{
	clear: both;
}

.left{
	float: left;
	width: 300px;	
}

.progressbar{
	height: 15px;
	padding-top: 3px;
	width: 200px;
}

.percentage{
	font-size: 12px;
	float: left;
	padding: 0 0 0 10px;
}

.log{
	background-color: #F8F8F8;
	float: left;
	height: 90px;
	overflow: auto;
	width: 200px;
}

.progressbar .pbbackground{
	background-color: gray;
	height: 10px;
}

.progressbar .pbbackground .pb{
	background-color: #ff7f00;
	height: 10px;		
}

.animated .pbbackground .pb{
	background: transparent url('progressbar.gif') no-repeat scroll center center;
}