html.whatisrecordsetter {
  padding-top: 45px;
}
#whatisrecordsetter {
  position: fixed;
  width: 100%;
  height: 45px;
  background: #ed6741;
  top: 0px;
  left: 0;
  z-index: 1000;
}
#whatisrecordsetter .inner {
  width: 960px;
  margin: 0px auto;
  position: relative;
}
#whatisrecordsetter .head {
  background: url('/cassette.axd/file/site-static/whatisrecordsetter-c2bb9a5a6d3ce71210d61587dc498486e7f83440.png') no-repeat;
  width: 360px;
  height: 45px;
}
#whatisrecordsetter .tag {
  position: absolute;
  left: 370px;
  color: white;
  font-size: 14px;
  top: 15px;
}
#whatisrecordsetter .tag a {
  color: #ed6741;
  background: white;
  padding: 4px 6px;
  border-radius: 6px;
  margin-left: 10px;
}
#whatisrecordsetter .close {
  background: url('/cassette.axd/file/site-static/whatisrecordsetter-c2bb9a5a6d3ce71210d61587dc498486e7f83440.png') no-repeat -366px 0px;
  width: 28px;
  height: 45px;
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
}
