body {
  font-family: helvetica, tahoma, verdana, arial, 'sans-serif';
  font-size: 12px;
  color: #000;
  background:
    transparent url('../img/4.jpg')
    repeat fixed center center;
  padding: 0;
  margin: 0;
}

form {
  padding: 0;
  margin: 0;
}

img {
  border: 0;
}

div#terminal {
  width: 500px;
  height: 200px;
  text-align: center;
  margin: 100px auto 0;
}

div#terminal * {
  font-size: 20px;
}

div#terminal input {
  width: 370px;
}

div#top-songs {
  max-width: 800px;
  line-height: 30px;
  text-align: center;
  padding: 50px;
  margin: 0 auto;
}

div#top-songs > a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}

div#top-songs img.small {
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

div#top-songs img.big {
  width: 50px;
  display: none;
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 100;
}

div#top-songs img.big:hover,
div#top-songs img.small:hover + img.big {
  display: block;
}

div.foot {
  width: 500px;
  font-size: 9px;
  color: #fff;
  text-align: center;
  clear: both;
  margin: 0 auto 10px;
}

div.foot.a a {
  color: #fff;
  text-decoration: underline;
}

/* RESULTS */

div#ads-sky {
  width: 160px;
  height: 600px;
  text-align: center;
  float: left;
  margin: 88px 10px 10px;
}

div#wrapper {
  width: 750px;
  overflow: hidden;
  float: left;
}

div#small-terminal {
  padding: 10px;
  text-align: center;
}

div#small-terminal * {
  font-size: 20px;
}

div#small-terminal img {
  vertical-align: middle;
  margin-right: 20px;
}

div#small-terminal input {
  width: 370px;
}

div#ads-links {
  padding: 5px 0 10px;
  text-align: center;
}

div.results-bar {
  height: 15px;
  background: #a1bdd4;
  border: 1px solid #3b8fd7;
  border-width: 1px 0;
}

ul#results {
  background: #fff;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul#results > li {
  padding: 5px 10px 5px 50px;
  background: transparent url('../img/download.png') no-repeat 10px center;
}

li#ads-li {
  background: none !important;
}

ul#results > li > h2 {
  line-height: 25px;
  height: 25px;
  width: 650px;
  overflow: hidden;
  margin: 0;
}

div#nothing-found {
  font-size: 14px;
  text-align: center;
  color: #b33;
  background-color: #fff;
  padding: 20px 0;
}

li#more-results {
  background: none !important;
  padding: 20px 0 0 50px !important;
  text-align: center !important;
}

li#more-results > h2 > a {
  color: #f00;
}

div#ads-search, div#ads-links {
  background-color: #fff;
  overflow: hidden;
}

div#ads-search > div {
  width: 340px;
  text-align: center;
  margin: 10px auto;
  text-align: left;
}

div#ads-search input[type="text"] {
  width: 250px;
}

div#ads-search input[type="submit"] {
  width: 75px;
}

div.margin {
  margin-top: 20px;
}
