

div.container {
  width: 400px;
  font: 12px/200% Verdana, Arial, Sans Serif;
  color: #000;
  margin: 0 auto;
  height: 449px;
  background-image: url('/images/news_background.png');
  background-repeat: no-repeat;
}

div.container div.content {
  width: 100%;
  height: 449px;
  display: table;
}

div.container div.content p {
  font: 22px/150% Verdana, Arial, Sans Serif;
  margin: 100px auto 0 30px;
  width: 350px;
  text-align: center;
}

div.container div.content p span.highlight {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

div.container div.form {
  margin: 0 auto;
  width: 400px;
  height: auto;
  text-align: justify;
}

div.container div.form p {
  font: 11px/150% Verdana, Arial, Sans Serif;
  margin: 8px 20px 8px 25px;
  width: 350px;
  text-align: justify;
  clear: both;
}

div.container div.form p span.highlight {
  color: #104f56;
  text-transform: none;
}

div.container div.form label {
  margin: 3px 0 3px 30px;
  width: 75px;
  font: 11px/150% Verdana, Arial, Sans Serif;
  color: #104f56;
  display: inline;
  float: left;
  font-weight: bold;
  text-align: right;
}

div.container div.form .input {
  margin: 0 0 0 10px;
  width: 150px;
  border: 0px solid #fff;
  height: 21px;
  font: 12px/150% Verdana, Arial, Sans Serif;
  display: inline;
  padding-left: 8px;
  padding-top: 3px;
}

* html div.container div.form .input {
  width: 199px;
  height: 24px;
}

div.container div.form .button {
  margin: 7px auto 0 55px;
  width: 266px;
  height: 82px;
  background-color: transparent;
  border: 0px solid #fff;
  clear: both;
}
