#userprofilebox {
  float: left;
  padding: 10px 10px 10px 10px;
  width: 545px;
  background: #ededed;
}

#userprofileimage {
  float: left;
  width: 150px;
  height:150px;
  background:#fff;
}

#userprofileinfo {
  float: right;
  width: 365px;
}

#userprofileinfo #hname {
	font-size:13px;
padding-bottom:10px;
padding-top:15px;
}

#haffiliation, #hemployeeType, #hdepartment {
	font-size:12px;
	text-decoration:normal;
padding-bottom:5px;
}

#hshortCV {
	font-size:12px;
	text-decoration:none;
padding-top:30px;
padding-bottom:5px;
}


