#caixa {
  background: #CCEA7F;
}

#caixa .boxtop {
  background: url(/imagens/modelo/fundo_ne.gif) no-repeat top right;
}

#caixa .boxtop div {
  font-size: 0;
  height: 20px;
  background: url(/imagens/modelo/fundo_nw.gif) no-repeat top left;
}

#caixa .boxbottom {
  background: url(/imagens/modelo/fundo_se.gif) no-repeat bottom right;
}

#caixa .boxbottom div {
  font-size: 0;
  height: 20px;
  background: url(/imagens/modelo/fundo_sw.gif) no-repeat bottom left;
}

#caixa .boxcontent {
  padding: 0px 20px 0px 20px;
  text-align: justify;
}