body {
    background: url(img/background.jpg) #000000;
    background-repeat: repeat-x;
    font-family: Helvetica, Arial, Swiss, Sans Serif;
    margin: 0px; padding: 0px;
}

.artist {
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
}

a {
  color: #fcff00;
}

td {
  font-family: Helvetica, Arial, Swiss, Sans Serif;
  vertical-align: top;
}

.simplesearch {
  background: url(img/searchbox.jpg);
  text-align: left;
  vertical-align: top;
  width: 806px;
  height: 40px;
  padding-top: 11px;
}

* html .simplesearch {
  height: 45px;
  margin-bottom: 3px;
}

#adsearch { padding-left: 3px; }

* html #adsearch { padding-left: 1px; }

.pictitle {
  height: 45px;
  width: 145px;
  background: url(img/underalbum.jpg);
  padding-left: 5px;
  padding-top: 5px;
  color: #ffffff;
  font-size: 11px;
}

.myinputsmall {
  font-family: Helvetica, Arial, Swiss, Sans Serif;
  background: #0a437b;
  border: 1px solid #7bade8;
  color: #becfe3;
}

.myinput {
  font-family: Helvetica, Arial, Swiss, Sans Serif;
  background: #0a437b;
  width: 384px;
  border: 0px;
  font-size: 25px;
  height: 30px;
  color: #becfe3;
}

.howmany {
  background: #3b3b3b;
  color: #a6a6a6;
  padding: 6px;
  padding-bottom: 3px;
  font-size: 22px;
}

.resultable {
  background: #4a4a4a;
  width: 783px;
  vertical-align: top;
  padding: 10px;
  margin-bottom: 2px;
  padding-bottom: 4px;
  text-align: left;
}

* html .resultable {
  width: 803px;
}

.morealbums {
  font-size: 16px;
  font-weight: normal;
  color: #4e88ce;
  text-decoration: none;
}  

hr { display: block; clear: left; margin: 0px; margin-top: 5px; height: 0px; padding: 0px; visibility: hidden; }

.title {
  font-size: 16px;
  font-weight: bold;
  color: #fcff00;
}

.details {
  font-size: 11px;
  line-height: 12px;
  color: #ffffff;
}

.albumtitle {
  font-size: 11px;
  line-height: 12px;
  font-weight: bold;
  color: #fcff00;
  text-decoration: none;
}

.otheralbums {
  font-size: 14px;
  line-height: 16px;
  color: #add6ff;
}

form {
  margin-bottom: 0px;
}