
.profileImageContainer
{
	width: 300px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
}

.profileImageContainer img
{
	border-radius: 5px;
}

.profileImgButton
{
	margin:0 5px;
	cursor: pointer;
	position: relative;
}

.hiddenFile
{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	cursor: pointer;
	opacity: 0;
}

.linkUrl
{
	width: 0;
	opacity:0;
	padding: 5px;
	border: 1px solid #dfdfdf;
}

.verticalBar
{
	display: inline-block;
	width:0;
	height: 100%;
	vertical-align: middle;
}