#progress_area
{
	left 		: calc(50% - 100px);
	top 		: 200px;
	width 		: 250px;
	height 		: 75px;
	border 		: 4px solid gray;
	border-style: double;
	position 	: absolute;
	background 	: white;
	z-index 	: 99999;
	border-radius : 10px;
	box-shadow 	: 0px 0px 20px gray;
	display 	: none;
}

#progress_area h3
{
	font-size 	: 12px;
	font-family : arial;
	margin 		: 10px;
	padding 	: 0px;
	margin-bottom 	: 5px;
	text-align 		: center;
}

#progress_bar
{
	width 		: 200px;
	margin 		: 10px auto;
	border 		: 1px solid #ccc;
	height 		: 5px;
	border-radius : 20px;
	overflow 	: hidden;
	background-color : #666;
}

#progress_area center
{
	font-family	: arial;
	font-size 	: 12px;
}

#progress_done
{
	float 		: left;
	width 		: 100px;
	height 		: 10px;
	background 	: #C2F767;
}