img {
  border-style: none;
}

.style1 {
  font-size: 9px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: #ff9900;
  height: 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.textfield {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000000;
	height: 15px;
}
.textfield2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000000;
	height: auto;
}

#menu {
border-collapse: collapse;
}
#menu td {
border: 5px solid #FFFFFF; /* 'cellspacing' */
}

.formulario_email {
  color:#ff9900;
  font-size: 11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-image: url('imagens/bg.jpg');
	background-repeat: repeat-x;
	margin: 3px 0px;
	text-align: center;
}

.div_envelope {
  background-color: #FFFFFF;
	margin: 3px 3px;
	width: 762px;
}

.linha_separadora {
  width: 100%;
  background-color:#FF9900;
  font-size: 0.5em;
}

.celula_fonte {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  vertical-align: bottom;
  text-align: left;
}

.celula_titulo {
  font-size: 9pt;
  height: 2.5em;
  vertical-align: top;
}

.descricao_imovel {
  position: relative;
  top: -25px;
  height: 100%;
}

.coluna_central {
  background-image: url('imagens/ccentral.png');
  background-repeat: repeat-y;
  background-position: 50% 0px;
  width: 2%;
}

td img {
  display: block;
}

.menu_botao {
  font-size: 8pt;
  font-family: verdana, sans-serif;
	color: #FFFFFF;
  background-color:#ff9900;
  background-image: url('imagens/bg_menu.jpg');
  background-repeat: repeat-x;
  background-position: 0% 100%;
  text-align: left;
}

.separador {
  background-image: url('imagens/ccentral.png');
  background-repeat: repeat-y;
  background-position: 98% 0px;
  width: 24%;
  vertical-align: top;
}

.caixa_selecao {
  border-right:  #FFFFFF 1px solid;
  border-top:    #FFFFFF 1px solid;
  border-left:   #FFFFFF 1px solid;
  border-bottom: #FFFFFF 1px solid;
  width: 150px;
  height: 18px;
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #000;
  text-align: center;
  background-color: #FFFFFF;
}

.caixa_texto {
  border-right:  #EEEEEE 1px solid;
  border-top:    #DDDDDD 1px solid;
  border-left:   #EEEEEE 1px solid;
  border-bottom: #DDDDDD 1px solid;
  font-family: verdana, sans-serif;
  width:40px;
  font-size: 10px;
  color:#000;
  vertical-align: bottom;
  background-color: #FFFFFF;
}

a:active, a:visited, a:link {
	color: #FFFFFF;
	text-decoration: none;
  font-size: 9pt;
  font-family: verdana, sans-serif;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.bordameio {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #339999;
}
.bordarodape {	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.bordamenu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #339999;
}
