#content {
  margin: 230px auto;
  margin-bottom: 100px;
  width: 600px;
  padding: 10px;
  background: #F8F6EC;

  -moz-box-shadow: 1px 1px 5px #888;
  -webkit-box-shadow: 1px 1px 5px #000;
  box-shadow: 1px 1px 5px #000;

  -moz-border-radius: 3px;
  -webkit-border-radius: 15px;
}
h1 { display: none}
h2 { 
  font-family: Georgia;
  font-weight: normal;
  color: #A97806;
  margin-top: 0;    
}

select, input { 
  font-size: 1em;
}
body {
 background: url(/images/landing/mosq-blz.jpg) top center no-repeat; 
}
form {
  padding: 20px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 15px;
}
#cidade, #email {
  width: 300px;
}
form p {
  text-align: left;
  font-family: Helvetica;
}
#skip {
  font-size: 0.8em;
  color: #888;
  text-decoration: underline;
}
.botao-vermelho {
  background: url("/images/bg_botao.jpg") repeat-x scroll 0 0 transparent;
  border-left: 1px solid #7F0205;
  border-right: 1px solid #7F0205;
  border-style: none solid;
  border-width: 0 1px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1.2em;
  padding: 5px 10px;
  text-shadow: #aa0000 1px -1px 2px;
}
.botao-vermelho:hover {
  background: #e42014;
}
.botao-vermelho:active {
  background: #bc0a06;
}
input, select {
  padding: 5px;
}
.exampleText {
  color: #888;
}
p span {
  display: block;
  font-size: 0.8em;
  color: #888;
  font-style: italic;
}
p#noticias {
  margin-top: -55px;
  width: 300px;
  float: right;
  text-align: right;
}
