.top_login {
  list-style: none;
  margin: 0;
  padding: 0;
  }
  
.top_login li {
  list-style: none;
  margin: 0 0 4px 0;
  padding: 0;
  display: block;
  color: #3C2211;
  text-align: right;
  font-weight: bold;
  }

.top_input_box {
  width: 200px;
  margin: 0;
  padding: 5px 0 5px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #3C2211;
  border: 0;
  background: url(../images/input_background.gif) center no-repeat;
  }
  
.submit {
  position: absolute;
  top: 60px;
  right: 25px;
  width: 20px;
  height: 20px;
  background: url(../images/send_button.gif) center no-repeat;
  border: 0;
  cursor: pointer;
  }

#newsletter {
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 10px 10px 5px;
  float: left;
  display: inline;
  overflow: hidden;
  }