/*
  Form styles
*/
#Mailer
{
  margin: 0px;
}

#Mailer label
{
  float: left;
  display: inline;
  position: relative;
  font-weight: bold;
  width: 120px;
  margin-top: 2px;
  margin-right: 6px;
}

#Mailer label.right
{
  width: auto;
  margin-left: 2px;
}

#Mailer label.rightLabel
{
  font-weight: normal;
  width: auto;
  margin-left: 2px;
}

#Mailer .fieldHelper
{
  float: left;
  display: inline;
  margin-top: 2px;
  margin-left: 6px;
}

#Mailer input, #Mailer select, #Mailer textarea
{
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
}

#Mailer h4
{
  font-size: 1.15em;
  color: #11297B;
  margin-top: 16px;
  margin-bottom: 8px;
}

#Mailer .row
{
  clear: both;
  margin-bottom: 4px;
  width: 543px;
}

#Mailer .row_group
{
  display: inline;
  float: left;
}

#Mailer .buttons
{
  padding-left: 126px;
  width: 417px;
}

#Mailer .format
{
  font-size: 0.9em;
  margin-left: 126px;
}

#Mailer .req
{
  font-weight: bold;
  color: #FF0000;
}

#Mailer .reqField_inline
{
  font-weight: bold;
  color: #FF0000;
}

#Mailer .reqField
{
  margin-left: 6px;
  float: left;
  display: inline;
  font-weight: bold;
  color: #FF0000;
}

#Mailer .error
{
  font-weight: bold;
  color: #FF0000;
}