#PrivacyStatementBox {
  margin: 0;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  background: white url(/images/boxes/BigBoxesBackground) repeat-x bottom;
  text-align: justify;
}

#PrivacyStatementBox .PrivacyStatement {
  margin: 0;
  padding: 0 10px;
}

#PrivacyStatementBox .PrivacyStatement H1{
  margin: 30px 0 10px 0;
  font-size: 14px;
  color: black;
  border-bottom: 1px solid black;
  background: transparent url(/images/triangles.gif) no-repeat right;
  clear: both;
}