﻿
    body
    {
      margin: 0;
      padding: 0;
    }
    p
    {
      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-size: 13px;
      color: #626469;
      font-weight: normal;
    }
    p.contact-header
    {
      font-size: 14px;
    }
    .contactForm
    {
      font-family: Arial, Verdana, Helvetica, sans-serif;
      color: #626469;
      font-size: 13px;
    }
    .contactForm input, select
    {
      background-color: #fff;
      border: 1px solid #cbccbe; /*padding: 2px;*/
      margin-bottom: 5px;
      color: #626469;
    }
    select
    {
      color: #626469;
    }
    .contactForm textarea
    {
      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-size: 13px;
      background-color: #fff;
      border: 1px solid #cbccbe;
      padding: 2px; /*width: 320px!important;*/
      width: 90% !important;
      margin-bottom: 5px;
      color: #626469;
    }
    .contactForm textarea:focus, .contactForm input[type="text"]:focus, select:focus
    {
      background: #F3F4E6;
    }
    .contactForm input.subButton
    {
      background: transparent url(/images/input.gif) repeat-x scroll 0 0;
      width: 110px;
      font-weight: bold;
      color: #626469;
      font-size: 13px;
    }
    #topBox
    {
      text-align: right;
      padding: 0;
    }
    .zeroTop
    {
      margin-top: 0;
    }
    .container
    {
      border: 0;
    }
    .right, .left, .right2, .left2
    {
      padding: 5px 0;
    }
    .left, .left2
    {
      padding-bottom: 0;
    }
    .right, .right2
    {
      padding-top: 2px;
    }
    .all
    {
      clear: both;
      width: 100%;
    }
    .watermark
    {
      color: #666;
    }
    .notThere
    {
      display: none;
    }

