* {
  	margin: 0;
}

html, body {
  	height: 100%;
}

.container {
	min-height: 100%;
	height: auto !important;
   height: 100%;
	margin: 0 auto -50px; 
}

.footer
{
	text-align: center;
	background-color: #bbbbbb;
	vertical-align: middle;
	display: table-cell;
	width: 1%;
}

.footer, .push {
	height: 50px; 
	clear: both;
}

#upload_frame {
	border: 0px;
	height: 40px;
	width: 400px;
	display: none;
}

#progress_container {
	width: 300px; 
	height: 30px; 
	border: 1px solid #CCCCCC; 
	background-color: #EBEBEB;
	display: block; 
	margin: 5px 0px -15px 0px;
}

#progress_bar {
	position: relative; 
	height: 30px; 
	background-color: #F3631C; 
	width: 0%; 
	z-index: 10; 
}

#progress_completed {
	font-size: 16px; 
	z-index: 40; 
	line-height: 30px; 
	padding-left: 4px; 
	color: #FFFFFF;
}