  /* Reg forms */ 
  .ajaxPreloader {margin: 5px;}

  .content_header_text {color: #333333; font-size: 12px; font-weight: bold; font-family:Tahoma; margin-bottom: 5px; }

  .simpleForm input {font-size: 12px; color: #333333; padding:0px 5px 3px 10px; border: 1px solid #000000; width: 320px; background-color: #fff;}
  .simpleForm select {font-size: 12px; color: #333333; padding:0px 0px 0px 10px; height: 20px; border: 1px solid #000000; width: 337px; }
  .simpleForm textarea {font-size: 12px; color: #333333; padding:2px 5px 5px 10px; border: 1px solid #000000;}	  
  .simpleForm fieldset {border: 1px solid #cccccc; padding: 10px; margin: 20px;}
  .simpleForm legend { font-size: 1.1em; line-height: 1.5em; color: #333333; border: none; padding: 2px 6px;}
  .simpleForm label {background-color: #fff; height: 20px; padding-top: 4px; text-align: left; dislpay: block; float: left;}
  .simpleForm .buttons {margin-left: 18px} 
  
  .formInput {float: none; clear: both; margin-bottom: 10px;}
  .formLabel {width: 220px; float: left; text-align: right; margin-top: 7px; margin-right: 10px; color: #333333; }
  
  .input_ok {background-image: url(/img/forms/accept.png); background-repeat: no-repeat; background-position: center center; width: 30px; height: 30px; float: left; display: none;}  
  .input_error {margin-left: 230px; width:295px; display: none; background-image: url(/img/forms/form_error.png); background-repeat: no-repeat; background-position: 10px 10px; background-color: #fbd9d9; color: maroon; border:1px solid; border-color: #dc1717; padding: 10px; padding-left: 30px; clear: both; margin-bottom: 10px;}
  
  
    /* input styles */
    .tag_element{font-size: 12px; color: #333333; padding: 0px 5px 5px 10px; border-bottom: 1px solid #99b3e6; width: 275px; background-color: #fff;}
    .textarea {*background-attachment: fixed; }
    .textarea { padding: 5px; width: 275px; height: 80px;}    
    .textarea_full {*background-attachment: fixed; }
    .textarea_full { padding: 10px; width:320px; height: 80px; }

    .simpleForm .submit {background-color: #E9E9E9; cursor: pointer;}
    .red {color: red; font-size:10px; float: none; }	
  /* End reg forms */
