  body
  {
    font-family: Arial,verdana,Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    margin: 0px;
  }

  table
  {
    border-collapse: collapse;
    font-size: 12px;
  }

  td
  {
    vertical-align: middle;
  }

  form
  {
    display: inline;
    padding: 0px;
    margin: 0px;
  }

  input
  {
    border: 1px solid #777777;
    color: #303030;
  }

  input:focus
  {
    border: 1px solid black;
  }

  textarea
  {
    border: 1px solid #777777;
    color: #303030;
  }

  textarea:focus
  {
    border: 1px solid black;
  }

  img
  {
    border: 0px;
  }

/* ======================================== */
  .center_block
  {
    margin: 0px auto;
    width: 550px;
  }

  .form_table
  {
    /*border-color: #91CE17;*/
    /*border-width: 1px;*/
    /*background-color: #CCDEE9;*/
    border-color: #000;
    border-width: 2px;
    background-color: #96bd49;
  }

  .title
  {
    width: 100%;
    margin: 7px 0px 7px 0px;
    font-size: 14px;
    font-weight: bold;
  }

  .button_block
  {
    width: 100%;
    /*margin-top: 15px;*/
    margin-top: 5px;
  }

  .right_button
  {
    float: right;
    text-align: right;
  }

  .left_button
  {
    float: left;
    text-align: left;
  }

  .big_checkbox
  {
    border-width: 0px;
    width: 20px;
    height: 20px;
  }

  .big_field_1
  {
    width: 150px;
    height: 30px;
    font-size: 26px;
  }

  .big_field_2
  {
    width: 320px;
    height: 30px;
    font-size: 26px;
  }

  .big_select
  {
    width: 325px;
/*     height: 30px; */
    font-size: 12px;
  }

  .textarea_small
  {
    width: 150px;
    height: 30px;
  }

  .textarea_big
  {
    width: 99%;
    height: 30px;
  }

  .textarea_big_1
  {
    width: 150px;
    height: 50px;
  }

  .field_small
  {
    width: 150px;
  }

  .field_comments
  {
    width: 320px;
    height: 35px;
  }


  .right_form_block
  {
    margin-left: 15px;
    display: inline;
  }

  .help
  {
/*     color: #166b99; */
    text-decoration: underline;
    font-size: 10px;
  }

  .help_block
  {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #166b99;
    padding: 3px;
    width: 300px;
    background-color: #ccdee9;
    color: #000000;
  }

  .error_window
  {
    width: 260px;
    /*height: 125px;*/
    height: 100px;
    display: none;
    position: absolute;
    /*top: 0px;*/
    top: 0px;
    left: 0px;
    background-color: #4A9BC6;
    /*background-color: #91CE17;*/
    border: 1px solid #166b99;
    padding: 3px;
    font-size: 14px;
  }

  .error_text
  {
    margin-top: 5px;
    border-top: 1px solid #2A4956;
    padding-top: 15px;
    color: black;
  }

  .error_button
  {
    margin: 15px auto;
    border: 1px solid #166b99;
    width: 50px;
    height: 16px;
    background-color: #91CE17;
  }

