body {
  font-family: Arial;
}

#block1 {
  height: 375px;
}

.inbox {
  padding-top: 25px;
}

#box {
  display: block;
  border: 1px solid #cccccc;
  background-image: url('http://www.geegain.com/images/search_results_page.gif');
  background-repeat: repeat-x;
  width: 400px;
  height: 80px;
  text-align: center;
  left: 50%;
}

.textbox {
  border: 1px solid rgb(128, 128, 128);
  background-image: url('http://www.geegain.com/images/search_textbox_bkg.gif');
  background-repeat: repeat-x;
  padding: 2px 4px 2px 4px;
}

.button {
  border: 1px solid rgb(128, 128, 128);
  color: white;
  font-weight: bold;
  background-color: #000096;
  background-image: url('http://www.geegain.com/images/search_button_bkg.gif');
  background-repeat: repeat-x; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px
}

#suggestion {
  display: block;
  width: 400px;
}

.copyright {
  text-align: center;
  font-size: 11px;
  color: #666666;
  bottom: 25px;
}