.search {
  display: block;
  width: 80px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: transparent url('/img/buttons/search.gif') center center no-repeat;
  font-weight: bold;
  padding-left: 12px;
  text-align: center;
  float: right;
}
.search:hover {
  text-decoration: none;
  cursor: pointer;
}

.send {
  display: block;
  width: 59px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: transparent url('/img/buttons/send.gif') center center no-repeat;
  font-weight: bold;
  text-align: center;
  float: right;
}
.send:hover {
  text-decoration: none;
  cursor: pointer;
}
.logo {
  float: left;
  display: inline;
  margin-left: 20px;
  margin-top: 10px;
}

