.txtarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
  border: 1px solid #BBBBBB;
}

input.inputForm {
  border: 1px solid #BBBBBB;
  height: 16px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

#textLeftSideDiv {
  float: left;
}

#textLeftSideDiv textarea {
  width: 350px;
  height: 170px;
}

#textRightSideDiv {
  padding-left: 15px;
  position:relative;
  top: 1px;
}

#textRightSideDiv input {
  margin-bottom: 3px;
  width: 150px;
}

#btnSend {
  width: 150px;
  height: 22px;
  background-image: url(/i/button_send.gif);
  background-repeat: no-repeat;
  border: 0;
  margin-top: 15px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: "Arial Narrow", Arial, Verdan, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

#contactForm {
  margin-bottom: 20px;
}

.contactBox {
  float: left;
  background-color: #F3F3F3;
  border: 1px solid #E2E2E2;
  height: 220px;
}

.w270 { width: 270px; }
.w230 { width: 210px; height: 200px; margin-right: 15px; padding: 10px; }

#localizationInfo a.mapa {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}