#newsletter_form
{
  position: absolute;
  width: 330px;
  height: 430px;
  left: 660px;
  top: 545px;
}

#newsletter_form div
{
  float: left;
  font-weight: bold;
  font-size: 13px;
  font-family: arial;
  margin: 0px;
  padding: 0px;
}

#newsletter_form input
{
  font-size: 12px;
  font-weight: bold;
}

#newsletter_form #form-type
{
  float: left;
  width: 330px;
  height: 150px;
  font-style: italic;
  font-size: 12px;
}

#newsletter_form #form-type ul
{
  float: left;
}

#newsletter_form #form-type li
{
  display: inline;
  list-style-type: disk;
}

#newsletter_form .form-row-type
{
  float: left;
  width: 280px;
  color: #cc3300;
  font-family: Verdana;
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 10px;
}

#newsletter_form .form-row
{
  width: 330px;
  padding-top: 10px;
  float: left;
}

#newsletter_form .form-row div
{
  position: relative;
  float: left;
  font-weight: bold;
  font-size: 13px;
  font-family: arial;
}

#newsletter_form .form-row-left
{
  width: 120px;
}

#newsletter_form .form-row-left-text
{
  font-family: Arial;
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  color: #333399;
}

#newsletter_form .form-row-left-little
{
  margin-top: 20px;
  width: 150px;
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
  color: #333333;
  float: left;
}

#newsletter_form .form-row-button
{
  margin-top: 10px;
  width: 150px;
  cursor: pointer;
}

#newsletter_form .form-star
{
  width: 10px;
  color: #ff6666;
  margin-left: 5px;
}

#newsletter_form .form-row-right
{
  width: 180px;
  color: #333399;
  font-style: italic;
}

#newsletter_form #form_indicator
{
  position: absolute;
  top: 140px;
  left: 0px;
  text-align: center;
  padding-left: 20px;
  background: url(../images/fo/indicator.gif) no-repeat 0 0;
  z-index: 900;
  display: none;
}

#newsletter_form .formmsg
{
  position: absolute;
  width: 280px;
  text-align: center;
}

#newsletter_form .form_error
{
  color: #FF0000;
  width: 280px;
}

#newsletter_form .form_success
{
  color: #00FF00;
  width: 280px;
}
}