body {
  margin: 0px;
  background-color: #296791;
  overflow-y: hidden;
  overflow-x: hidden; }

.logo {
  background-image: url(/images/toolbar-logo.png);
  background-repeat: no-repeat;
  margin: 7px 5px 3px 10px;
  width: 85px;
  height: 35px;
  float: left; }

.share {
  background-image: url(/images/share_icons.gif);
  background-repeat: no-repeat;
  height: 14px;
  margin-right: 23px;
  padding: 2px 0 2px 20px;
  white-space: nowrap;
  float: left; }

.share-active {
  border: 2px solid red; }

.twitter-share {
  background-position: 0 -620px; }

.toolbar-input {
  height: 27px;
  width: 450px;
  font-size: 1.1em;
  margin: 0px;
  padding: 0px; }

table.toolbar {
  height: 35px;
  margin: 0px;
  padding: 0px; }
  table.toolbar td {
    vertical-align: middle; }

.rt-button {
  margin-left: 10px;
  font-size: 1.1em; }

.close-link {
  float: right;
  color: white;
  margin: 10px 15px;
  font-family: Arial;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none; }
