/* General Form */
   form
   {
      position: relative;
      display: block;
      /*width: 750px;
      height: 500px;
      overflow: auto;*/
   }
   
   form input
   {
      font-size: 10px;
   }
   
   form input.hiddenField
   {
      display: none;
      margin: 0px;
      padding: 0px;
      width: 0px;
      height: 0px;
   }
   
   #formError
   {
      font-size: 12px;
      color: red;
   }
   
/* Pospect Form */   
   div.formContactInfo
   {
      float: left;
      width: 350px;
   }
   
   form div.formContactInfo h4
   {
      float: left;
      margin: 0px 8px 0px 0px;
      font-weight: normal;
      font-size: 11px;
      width: 105px;
      text-align: right;
   }
   
   form div.formContactInfo input
   {
      float: left;
      margin-bottom: 15px;
      width: 205px;
      height: 12px;
      font-size: 11px;
   }
   
   #stateInputField
   {
      width: 49px;
   }
   
   #zipCodeInputField
   {
      width: 40px;
   }
   
   div.formOtherInfo
   {
      float: left;
      width: 375px;
   }
   
   form div.formOtherInfo h4
   {
      margin: 0px 8px 0px 0px;
      font-weight: normal;
      font-size: 11px;
   }
   
   form div.formOtherInfo input, form div.formOtherInfo select
   {
      display: block;
      margin-bottom: 15px;
      width: 200px;
      height: 18px;
      font-size: 11px;
   }
   
   form div.formOtherInfo label.checkbox
   {
      display: inline;
   }
   
   form div.formOtherInfo p
   {
   }
   
   form div.formOtherInfo input.checkbox
   {
      display: inline;
      background: #f0f0f0;
      width: 14px;
      height: 14px;
      padding: 0px;
      margin: 0px;
   }
   
   div.formRules
   {
      clear: both;
   }
   
   div.formSubmit
   {
      clear: both;
      margin-bottom: 10px;
   }
   
/* Friend Form */
   form div.shareWithFriendFormItem
   {
      float: left;
      display: block;
      width: 250px;
   }
   
   form div.shareWithFriendFormItem input
   {
      width: 200px;
      height: 12px;
      float: left;
      margin-bottom: 4px;
   }
   
   form br.friendFormBreak
   {
      clear: both;
   }
   
   form div div.friendFormNumber
   {
      float: left;
      width: 23px;
      font-size: 11px;
      margin-top: 2px;
   }
