/*
   CSS para a página de pesquisa (pesquisar.html)

   $RCSfile: pesquisar.css,v $
   $Revision: 1.2 $
   $Date: 2006/06/18 22:47:06 $
   $Author: nmsb $
*/


@import url("../comuns/comum.css");

.google {
  float: left;
  width: 65% /* vd. .motores_pesquisa */
} /* .google */

.google img {
  border-style: none;
} /* .google img */

.google table {
  margin-left: auto;
  margin-right: auto;
} /* .google table */

.google td {
  font-size: smaller;
} /* .google img */

.motores_pesquisa {
  float: right;
  line-height: 150%;
  width: 35%; /* vd. .google */
} /* motores_pesquisa */