.progress_container
{
	position : relative;
	width    : 100%;
	margin   : 2px 0 10px 0;
}

.pb_box_id
{
	position           : relative;
	height             : 15px;
	border             : solid 1px #ADADAD;
	-webkit-box-shadow : 0 1px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow    : 0 1px 2px rgba(0, 0, 0, .5);
	box-shadow         : 0 1px 2px rgba(0, 0, 0, .5);
}

.pb_percentage_box_id
{
	position        : absolute;
	width           : 100%;
	height          : 15px;
	font-weight     : bold;
	background      : -webkit-gradient(linear, 0 0, 0 bottom, from(#84B7EF), to(#2C89E0));
	background      : -webkit-linear-gradient(#84B7EF, #2C89E0);
	background      : -moz-linear-gradient(#84B7EF, #2C89E0);
	background      : -ms-linear-gradient(#84B7EF, #2C89E0);
	background      : -o-linear-gradient(#84B7EF, #2C89E0);
	background      : linear-gradient(#84B7EF, #2C89E0);
	-pie-background : linear-gradient(#84B7EF, #2C89E0);
}

.pb_percentage_text_id
{
	line-height : 15px;
	color       : #000;
	font-size   : 11px;
	position    : absolute;
	width       : 100%;
	text-align  : center;
	top         : 0;
}


.btn_start_upload, .btn_stop_upload
{
	margin-top: 5px;
}