@charset "iso-8859-1";
/* CSS Document */

#content #anuncie{
  background-image: url(../img/anuncie.jpg);
  background-repeat: no-repeat;
  width: 840px;
  margin: 0px auto;
  padding: 20px 70px 20px 70px;
  font-size: 12px;
  text-align: justify;
}

#content #anuncie #texto b{
  color: #600;
}

#content #anuncie form {
  width: 400px;
  padding: 40px;
  margin: 40px;
  border: 1px solid #DDD;
}
#content #anuncie form .label_campo {
  width: 70px;
  line-height: 22px;
  font-weight: bold;
}