.myProgress
{
	width: 100%;
	background-color: grey;
	border-radius: 2px;
	text-align: center;
	display: none;
}
.progress_ajax_10
{
	background-color:green;
	margin-top: -10px;
	margin-bottom: 10px; 
	width: 0%;
	height:25px;

}
.progress_ajax
{
	background-color:green;
	width: 0%;
	height:25px;
}
.myProgress_5
{
	width: 100%;
	background-color: grey;
	border-radius: 2px;
	margin-bottom: 10px; 
	text-align: center;
	display: none;
}