/* EDIT PROFILE PICTURE */
#change_profile_picture img {
  border: none;
}

#change_profile_picture a {
  text-decoration: none;
}

.edit_profilepicture {
  background:#FFFFFF none repeat scroll 0 0;
  height:20px;
  padding:5px 27px 0 6px;
  position:absolute;
  right:0;
  top:0px;
  width: 80px;
}

.edit_profilepicture_icon {
  background:transparent url(<?=$url?>/img/penciledit.gif) no-repeat scroll right top;
  height:18px;
  position:relative;
  position:absolute !important;
  width:18px;
  right:4px;
  top:4px;
  margin-top:0px;
  text-decoration:none;
}

.whitepencil  {
  background-position:right bottom;
}

.hidden {
  display:none; 
}

.take_profilepicture {
  background:#FFFFFF none repeat scroll 0 0;
  height:20px;
  padding:5px 27px 0 6px;
  position:absolute;
  right:0;
  top:25px;
  width: 80px;
}

.take_profilepicture_icon {
  background:transparent url(<?=$url?>/img/takepicture.gif) no-repeat scroll right top;
  height:18px;
  position:relative;
  position:absolute !important;
  width:18px;
  right:4px;
  top:5px;
  margin-top:0px;
  text-decoration:none;
}
