#imgContainer {
	width: 100%;
	text-align: center;
	position: relative;
}
#imgChange {
	background: #5e6267;
	bottom: 0;
	color: #fff;
	display: block;
	height: 30px;
	left: 0;
	line-height: 32px;
	position: absolute;
	text-align: center;
	width: 100%;
	cursor: pointer;
}
#imgChange input[type="file"] {
	bottom: 0;
	cursor: pointer;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

/* ****************** */
/* HEADER BLOCK: LOGO */
/* ****************** */

#imgArea_ProfilePic {
	display: inline-block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	position: relative;
	background-color: #FAFAFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#imgArea_ProfilePic img {
	outline: medium none;
	vertical-align: middle;
	width: 100%;
}

/* Progressbar */
.progressBar {
	background: none repeat scroll 0 0 #E0E0E0;
	left: 0;
	padding: 3px 0;
	position: absolute;
	top: 50%;
	width: 100%;
	display: none;
}
.progressBar .bar {
	background-color: #ffffff;
	width: 0%;
	height: 14px;
}
.progressBar .percent {
	display: inline-block;
	left: 0;
	position: absolute;
	text-align: center;
	top: 2px;
	width: 100%;
}
