.round-pink {
	border-radius: 10px;
	background: #e6e5e2;	
	box-shadow: 0 -1px 1px #c0bfbc inset;
}

.round-pink div {
	border-radius: 9px;
	box-shadow: 0 -2px -2px #333 inset;	
	background-color: #e45a4e;
	background: -webkit-linear-gradient(top, #e45a4e, #96211b);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e45a4e), to(#96211b)); 
	background: -moz-linear-gradient(top, #e45a4e, #96211b); 
	background: -ms-linear-gradient(top, #e45a4e, #96211b); 
	background: -o-linear-gradient(top, #e45a4e, #96211b);	
}

#progressBar{
	height:22px;
	width:50%;
	margin:auto;
	}