html,body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  font-family: arial;
  font-size: 11px;
  color: #535353;
}

#header-bar {

  height: 34px;
  background-color: #000000;
  border-bottom: 1px solid #545454;
  background-image: url(header_bg.png);
  background-repeat: no-repeat;
  background-position: 20px 0px;
  z-index: 100;
}

#header-bar a.site-loopback {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 150;
  display: block;
  text-indent: -9999px;
  _text-indent: 0px;
  background-image: url(marketplace_logos.png);
  background-repeat: no-repeat;
}

#header-bar a.flashden-preview-logo {
  width: 184px;
  height: 46px;
  background-position: left top;
}

#header-bar a.themeforest-preview-logo {
  width: 85px;
  height: 33px;
  background-position: 0px -47px;
}

#preview-frame {
  width: 100%;
}

#header-bar div.meta-data {
  padding: 11px;
  float: right;
}

#header-bar div.meta-data p {
  display: inline;
  margin: 0px;
  float: right;
}

#header-bar div.meta-data a {
  margin-left: 10px;
  text-decoration: none;
  color: #b0b0b0;
  float: right;
}

#header-bar div.meta-data a:hover {
  color: #FFFFFF;
}

#header-bar div.close-header {
  /*position: absolute;
  right: 0px;
  top: 0px;*/
  float: right;
  width: 40px;
  height: 34px;
  background: #141414;
  border-left: 1px solid #545454;
}

#header-bar div.close-header a#close-button {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0px auto;
  margin-top: 8px;
  border: 1px solid #545454;
  text-indent: -9999px;
  background-image: url(button.gif);
  background-repeat: no-repeat;
}

#header-bar div.close-header a#close-button:hover {
  background-position: 0px -16px;
}