#buorg {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #aaaaaa;
  background: #aa162a;
  color: #ffffff;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  cursor: default;
}
#buorg div {
  padding: 5px 36px;
  text-align: center;
}
#buorg a {
  color: #ffffff;
  cursor: pointer;
  text-decoration: underline;
}
#buorg a:hover {
  text-decoration: none;
}
#buorg #buorgclose {
  position: absolute;
  right: 0.5em;
  top: 0.2em;
  height: 16px;
  line-height: 16px;
  width: 16px;
  padding: 0;
  cursor: pointer;
  text-indent: -1000px;
  overflow: hidden;
}
#buorg #buorgclose:before, #buorg #buorgclose:after {
  position: absolute;
  left: 7px;
  content: " ";
  height: 16px;
  width: 2px;
  background-color: #eaeaea;
}
#buorg #buorgclose:before {
  transform: rotate(45deg);
}
#buorg #buorgclose:after {
  transform: rotate(-45deg);
}
#buorg #buorgclose:hover:before, #buorg #buorgclose:hover:after {
  background-color: #ffffff;
}