*
{
  font-family: Arial, Helvetica, Monaco, sans-serif;
  font-size: 12px;
}
.page-heading
{
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-bottom: 12px;
  font-size: 24px;
  background: transparent url(../images/bottom_drop_shadow.png) bottom repeat-x;
}
.page-sub-heading
{
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px;
  padding-bottom: 12px;
  font-size: 18px;
}

.error-message
{
  padding: 20px;
  border: 1px solid red;
  color: red;
  background-color: #ECC;
  margin: 5px 0;
  padding-left: 25px;
}

.success-message
{
  padding: 20px;
  border: 1px solid green;
  color: green;
  background-color: #CFC;
  margin: 5px 0;
  padding-left: 25px;
}

.error-message > .error
{
  font-weight: bolder;
  margin-left: -10px;
}
form
{
  text-align: center;
  border: 1px solid blue;
  background: #00209F url(../images/page_bg_invert.png) fixed repeat-x bottom left;
  color: white;
}
fieldset
{
  text-align: center;
  border:0;
}

fieldset > legend
{
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
  color: white;
}
fieldset > p
{
  text-align: left;
  padding: 2px;
  clear:both;
}
fieldset > p > label
{
  text-align: right;
  float: left;
  width: 125px;
  color: white;
  margin: 1px 2px;
}
.fieldset-large-labels > p > label
{
  width: 50%;
}
.fieldset-large-labels > p > input
{
  width: 45%;
}
.required:after
{
  color: red;
  font-family: monospace;
  font-size: 14px;
  content:'*';
}

input[type="text"], input[type="password"]
{
  height: 15px;
  font-size: 12px;
  font-weight: bold;
  width: 150px;
  border: 0;
  border-bottom: 1px solid white;
  padding: 1px;
  margin: 1px 2px;
}
textarea
{
  border:0;
  padding: 1px;
  margin: 1px;
  width: 45%;
}
.textarea-large
{
  height: 100px;
}
.form-button-area
{
  margin: 10px;
  text-align:center;
}

input[type="button"], input[type="submit"], input[type="reset"]
{
  color: white;
  height: 25px;
  width: 87px !important;
  background: transparent url(../images/button.png) no-repeat top left;
  border: 1px solid white;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover
{
  cursor: pointer;
  background: transparent url(../images/button_over.png) no-repeat top left;
}
.phone-field
{
  width: 40px !important;
}

#content, #content > p, #content > p > a
{
  font-size: 14px;
}
#content > p { line-height: 1.5em; }
