.fullName{
	font-size: 14px;
	font-weight: bold;
}
#person{
	font-size: 12px;
}
.firstName,.middleInitial,.lastName,
.id,.password,.personalEmail,
.institutionEmail,.addressLine1,.addressLine2,
.city,.province,.postal,
.country,.dateCreated,.createdBy,
.professionList,.licenseList{
	display: inline;
	color: #333333;
}
#editor{
	display: none;
}
.profile-section{
  border: 1px solid #b0b0b0;
  margin: 0px 0px 15px 0px;
  -webkit-box-shadow: #ccc 2px 2px 4px;
  -moz-box-shadow: #ccc 2px 2px 4px;
  box-shadow: #ccc 2px 2px 4px;
  behavior: url(/ceconnection/resources/htc/PIE.htc);}
.profile-section .header{
  background-color: #dddddd;
  font-weight: bold;
  padding: 4px 15px 4px 15px;
}
.profile-section .body{
  padding: 4px 4px 4px 15px;
  background-color: #ffffff;
  position: relative;
}
.profile-section .body a{ /* button */
  position: absolute;
  bottom: 10px;
  right: 2px;
}
#tips{
  border: 1px solid #b0b088;
  background-color: #ffffcc;
  padding: 15px;
}
#username-password-dialog .label{
  text-align: left;
}
#professional-dialog .label{
  vertical-align: top;
}
#professional-dialog input{
  margin-bottom: 2px;
}
#username-password-dialog .button-tray{
  margin-bottom: 10px;
}
#tips{
  display: none;
}
#contact-dialog input{
  margin-bottom: 2px;
}
#contact-dialog select{
  margin-bottom: 2px;
}
.multitextfield ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-weight: bold;
}
.multitextfield a{
  text-decoration: none;
  font-weight: bold;
  margin-left: 10px;
}