.my_profile, .firerose_droplist, .edit_profile, .private_message, .friend_system, .xmas, .event, .profile_list, .picture_upload, .memberlist, .fusion_tube, .adminpanel, .logout, .adminpanel { 
  width: 16px; 
  height: 16px; 
  padding: 3px 3px 3px 22px;
}

.my_profile { 
  background: url(../../images/eye.png) no-repeat left top; 
}

.firerose_droplist { 
  background: url(../../images/new.png) no-repeat left top; 
}

.edit_profile { 
  background: url(../../images/edit_profile.png) no-repeat left top; 
}

.private_message {
  background: url(../../images/private_message.png) no-repeat left top; 
}

.friend_system {
  background: url(../../images/group.png) no-repeat left top; 
}

.xmas {
  background: url(../../images/christmas.png) no-repeat left top; 
}

.event {
  background: url(../../images/event.png) no-repeat left top; 
}

.profile_list {
  background: url(../../images/add.png) no-repeat left top; 
}

.picture_upload {
  background: url(../../images/picture.png) no-repeat left top; 
}

.memberlist {
  background: url(../../images/memberlist.png) no-repeat left top; 
}

.fusion_tube {
  background: url(../../images/keyboard_add.png) no-repeat left top; 
}

.logout { 
  background: url(../../images/logout.png) no-repeat left top; 
}

.adminpanel {
  background: url(../../images/adminpanel.png) no-repeat left top;
}

.image { 
  position: relative; 
  width: 100%; /* for IE 6 */ 
}

.user_avaname { 
  font-weight:bold; 
  position: absolute; 
  top: 99px; 
  left: 0; 
  width: 100%; 
}

.euip-progressM {
  float: left;
  width: 120px;
  height: 18px;
  background: url(../../images/progress_meter.png) no-repeat;
  margin-bottom: 15px;
}

.euip-progressMB {
  margin: 1px;
  height: 16px;
  background: url(../../images/progress_meter.png) no-repeat left bottom;
}

.euip-progressMV {
  float: left;
  padding: 0 3px 0 0;
  width: 37px;
  height: 18px;
  color: white;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  background: url(../../images/progress_meter.png) no-repeat right top;
  margin-bottom: 15px;
}