#newsletter {
  background-color: #eaeaea;
  margin-top: 20px;
  width: 199px;
  background-image: url('/images/plic.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
  border:1px solid #CC6600;
  
}

#newsletter * {
  font-size: 11px;
}

#newsletter h3 {
  background-image: url('/images/abonare.jpg');
  height: 18px;
  color: #fff;
  text-align: center;
  padding-top: 2px;
  margin-bottom: 6px;
  border:1px solid #CC33CC;
}


#newsletter input {
  margin-top: 6px;
}

#newsletter form {
  padding-left: 6px;
  padding-bottom: 10px;
}


