.inactive{
	display: none;
}
#upload_status .progress_wrap #progress{
	height: 100%;
	width: 2px;
	background-color: red;
}
#upload_status .progress_wrap{
	display: block;
	overflow: hidden;
	height: 20px;
	width: 100%;
	background-color: gray;
	border: 1px solid black;
}
#upload_status table td{
	text-align: center;
	border: 1px solid white;
	min-width: 300px;
	line-height: 20px;
}
#upload_status table{
	margin: 20px 0;
	background-color: #d6d6d6;
}
#upload_status{
	max-width: 610px;
	margin: 30px auto;
}
#files .inputs input{
	display: block;
	width: 600px;
}
#files .control{
	margin: 20px auto;
	width: 400px;
	text-align: center;
}
#files #upload_discard,#files #upload{
	padding: 0px;
	width: 200px;
	margin: 10px 10px;
}
#files #upload_discard{
	background-color: #0000ff;
}
#files #upload{
	background-color: #008000;
}
