#profile_completeness {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  font-family: Arial, Geneva, sans-serif; }
  #profile_completeness .description {
    margin-bottom: 2px;
    width: 186px;
    text-align: center; }
    #profile_completeness .description .percentage {
      font-size: 18px;
      font-weight: bold;
      color: #048; }

#profile_completeness_bar {
  width: 180px;
  padding: 3px;
  border: 1px solid #aaa;
  background: #fff; }
  #profile_completeness_bar .percentage {
    text-indent: -999em;
    display: block;
    height: 15px;
    background: url(/images/progress_bar_bg.gif) repeat-x top;
    border: 1px solid #8a3; }

form.two_column a.profile_photo_link {
  padding-left: 10px; }
