#wp-off.wp-off-disabled {
  display: none;
}
#wp-off.wp-off-enabled,
#wp-off.wp-off-syncing {
  position: absolute;
  height: 16px;
  line-height: 18px;
  right: 10px;
  bottom: -22px;
  border: 1px solid #59780A;
  background-color: #FFF;
  color: #333;
  font-size: 80%;
  padding-left: 3px;
  padding-right: 17px;
  z-index: 100;
}
#wp-off.wp-off-syncing {
  border-bottom: 1px solid white;
}
#wp-off-status {
  position: absolute;
  bottom: 2px;
  right: 3px;
  height: 11px;
  width: 11px;
}
.wp-off-connected-synced {
  background: transparent url(off-connected-synced.gif) no-repeat;
}
.wp-off-connected-syncing {
  background: transparent url(off-connected-syncing.gif) no-repeat;
}
.wp-off-disconnected {
  background: transparent url(off-disconnected.gif) no-repeat;
}
.wp-off-disabled {
  display: none;
}

#wp-off-wrapper {
  position: relative;
}
#wp-off-syncing {
  position: absolute;  
  bottom: -52px;
  right: -1px;
  width: 200px;
  height: 50px;
  border: 1px solid #59780A;
  background-color: white;
  z-index: -1;
}
#wp-off-progress {
  margin-left: 10px;
  margin-top: 5px;
  width: 180px;
}
