/* CSS Document */
@import url("../../../emp/components/css/common.css");
/* available identifiers in the UserProfile module */
/*
.userProfileForm {}
*/
#userProfileMenu {
	width: 16em;
}
/*
#userProfileMenuList {}
#userName {}
*/
#userProfileContent {
	margin-left: 17.9em;
}
/*
#updateUserPropertiesForm {}
#updateUserPasswordForm {}
#updateUserPropertiesForm {}
#viewUserPropertiesForm {}
*/

#userProfileMenu #userName {
  color: darkred;
}
.submitButton {
	width:9em;
	background-color: #EEEEEE;
	border-style:groove;
	text-align:center;
}

