#bUP-popup {
  width: 100%;
  background: #333333 url(../images/bup.png) bottom left repeat-x;
  color: #FFFFFF;
  z-index: 10;
  text-align: left;
  font-size: 12px;
  height: 22px;
  line-height: 20px;
}

#browser-update-popup-js-remove {
  width: 100%;
  background: #333333 url(../images/bup.png) bottom left repeat-x;
  color: #FFFFFF;
  z-index: 10;
  text-align: left;
  font-size: 12px;
  height: 22px;
  line-height: 20px;
}

#bUP-popup-inner, 
#browser-update-popup-js-remove-inner {
  padding-left: 5px;
}

#bUP-popup a,
#browser-update-popup-js-remove a {
  color: #FFFFFF;
  text-decoration: underline;
}