td.titolbusca  {
  width: 700px;
  padding: 10px;
  font-size: 20px;
  color: #FF0000;
}

div.caixetabus  {
  width: 50%;
  padding: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #666666;
  float: left;
}
div.caixetaautor  {
  width: 330px;
  height: 150px;
  padding: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #666666;
  float: left;
  margin-right: 10px;
}

img.imatgebus  {
  width: 80px;
  float: left;
  margin: 10px;
}
span.resulbustit  {
  font-size: 20px;
  color: #FF0000;
  padding-left: 10px;
}
span.resulautortit  {
  font-size: 18px;
  color: #666666;
  padding-left: 10px;
}

span.txtbus  {
  font-size: 14px;
  color: #000000;
}

input.busca  {
  width: 80px;
  height: 18px;
  background-image: url(buscar.jpg);
  background-repeat: no-repeat;
}