table.announs td {
  width: 50%;
  padding: 4px 25px 15px 4px;
  text-align: center;
}

table.announs img {
  float: left;
  margin: 0 1em 0.5em 0;
  border: 0;
}

div.announs {
  text-align: justify;
}

div.announs p {
  margin-top: 0;
}

table.cell_announs {
  width: 100%;
}

table.cell_announs td {
  background-image: url("/img/announs/bg.gif");
  background-position: bottom right;
  background-repeat: no-repeat;
  width: auto;
}

table.cell_announs td.top {
  height: 10px;
  background-image: url("/img/announs/top_bg.gif");
  background-position: bottom right;
  background-repeat: no-repeat;
}

table.cell_announs td.left {
  width: 1px;
  background-image: url("/img/announs/left_bg.gif");
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 0 1px 0 0;
}

