.style1 {
  font-size:16px;
  font-weight: bold;	
  text-decoration:underline;
  text-transform:uppercase;
}

.style2 { font-weight: bold; }

body.fale-conosco {
  background: url(../imgs/fa-background-01.jpg) no-repeat;
  background-size: 100%;
  overflow-x: hidden;
  min-width: 476px;
  max-width: 1366px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -268px;
}

#box_endereco {
  width:400px;
  height:165px;
  background-color:#E9E9E9;
  border:1px solid #000000;
  float:left;
  margin-top:90px;
  margin-left:5px;
}

#contato_tel {
  width:500px;
  border-right: 1px dashed #FFCF01;
  float:left;
  margin:10px;
}

#contato_email {
  width:450px;
  float:left;
  margin:10px;
}

#contato { 
 padding: 30px 30px 0 30px;
 width: 500px;
 background: #F5F5F5;
 border: 1px solid #999;		
 height: 470px;
}

.texto_contato {
  font-family:"Trebuchet MS";
  font-size:14px;
  color:#666666;
  font-style:italic;
  float:left;
  margin: 5px 5px 5px 5px;
}

#labels {
  width: 100px;
  float: left;
  font-family: "Trebuchet MS";
  font-size: 14px;
  color: #757575;
  line-height: 42px;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}

#fields { width:390px; }

.fields {
  width:350px;
  border:1px solid #757575;
  height:24px;
  font-family:"Trebuchet MS";
  font-size:15px;
  color:#666666;
  margin:8px 0px 8px 0px;
  background:none;
  text-align:left;
  padding:0px;
}

.list{ 
  width:100px;
  border:1px solid #757575;
  font-family:"Trebuchet MS";
  font-size:13px;
  height:24px;
  color:#666666;
  margin:8px 0px 0px 0px;
  background:none;
  list-style:outside;

}

.buttons {  
  background:url(../imgs/bt_enviar.png) no-repeat;
  background-position: 0px -44px; 
  border: 0 none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 44px;
  line-height: 0;
  margin: 10px 0 30px 320px;
  text-indent: -9999px;
  width: 145px;
}