.profile-top{
	height: 200px;
}
#profile-image{
	float: left;
	position: relative;
	background-color: #c4d8e6;
	border: 1px solid #cbcbcb;
	width: 175px;
	margin-bottom: 0px;
}

.my-image{
	text-align: center;
	background-color: #FFFFFF;
}

.upload-image, .edit-profile{
	display: block;
	text-align: center;
}

#profile-details{
	float: left;
	width: 50%;
	position: relative;
	margin-left: 1em;
	margin-bottom: 0px;
}

.profile-info{
	display: block;
	clear: both;
	margin-bottom: -3px;
}
.profile-info strong{
	color: #5e8097;
	margin-right: 1em;
}

#profile-form{
	margin-top: 0px;	
	border: 1px solid #cbcbcb;
}

.profile-form-aligner{
	border-right: 1px solid #cbcbcb;
	padding-right: 2em;
	width: 45%;
	text-align: right;
	float: left;
	margin-right: 2em;
}

.profile-form-aligner-left{
	/*border: 1px solid #FF0000;*/
	width: 45%;
	text-align: left;
	float: left;
	margin-bottom: 0.8em;	
}

.elem-right-aligner{
	margin-top: 2px;
	float: right;
	display: block;
	padding: 0;
}

.elem-center-aligner{
	float: left;
	text-align: center;
	width: 95%;
}

.profile-infos-right-align{
	float: left; 
	width: 30%;
	text-align: right;
}

.profile-infos-left-align{
	float: left; 
	width: 40%;
	text-align: left;
}

