@CHARSET "UTF-8";

#status_zone
{
	clear:both;
	width: 95%;
	text-align: left;	
	display:none;
}

#status_pbar
{
	width: 99%;
	height:24px;
	border: 1px solid black;
}

#status_pbar_progress
{
	float:left;
	width: 0%;
	height:100%;
	background-color: blue;
}

#status_msg
{
	clear:both;
	width: 99%;
	text-align:right;
}

#upload_target
{
	border: none;
	display: none;
}
