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

  .content_header_text {color: #2E8FBD; font-size: 18px; font-weight: bold; font-family:Tahoma; margin-bottom: 5px; }

  .simpleForm input {font-size: 18px; color: #999999; padding:0px 5px 5px 22px; border: 1px solid #2E8FBD; width: 400px; background-color: #fff;}
  .simpleForm select {font-size: 18px; color: #999999; padding:0px 0px 0px 22px; height: 30px; border: 1px solid #2E8FBD; width: 304px; background-image: url('/img/ico/form_select_ico.gif'); background-repeat: no-repeat; background-position: 0px center; }
  .simpleForm textarea {font-size: 18px; color: #999999; padding:2px 5px 5px 22px; border: 1px solid #2E8FBD;}	  
  .simpleForm fieldset {border:none; padding: 10px; margin: 20px;}
  .simpleForm legend {background-image: url('/img/forms/form_set_bg.gif'); font-size: 1.1em; line-height: 1.5em; color: #ffffff; border: 1px solid #ccc; 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: 500px; text-align: left; float: none; margin-top: 7px; margin-right: 5px; color: black; }
  
  .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 {width:450px; 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: 18px; color: #999999; padding: 0px 5px 5px 22px; border-bottom: 1px solid #99b3e6; width: 275px; background-color: #fff;}
    .textarea {*background-attachment: fixed; }
    .textarea { background-image: url('/img/forms/form_data_ico.gif'); background-repeat: no-repeat; background-position: 2px center; padding: 10px; width: 275px; height: 100px;}    
    .textarea_full {*background-attachment: fixed; }
    .textarea_full { background-image: url('/img/forms/form_data_ico.gif'); background-repeat: no-repeat; background-position: 2px center; padding: 10px; width:400px; height: 250px; margin-left: 15px; -margin-left: 0px;}
    .textarea:focus, .textarea:hover  {background-color:#FFF0FA;}
    .textbox {background-image: url('/img/forms/form_data_ico.gif'); background-repeat: no-repeat; background-position: 2px center; background-color:#FFFFFF; font:normal 18px;}    
    .textbox:focus, .textbox:hover  {background-color:#FFF0FA;}
    .textbox2 {background-image: url('/img/forms/form_data_ico.gif'); background-repeat: no-repeat; background-position:3px center;}	
    .textbox2:focus, .textbox:hover {background-color:#FFF0FA;}
    .username {background-image: url(/'img/forms/form_user_ico.gif'); background-repeat: no-repeat; background-position: 2px center;}	
    .username:focus, .username:hover {background-color:#FFF0FA;}	
    .password {background-image: url('/img/forms/form_pass_ico.gif'); background-repeat: no-repeat; background-position: 2px center;}	
    .password:focus, .password:hover {background-color:#FFF0FA;}
    .password2 {background-image: url('/img/forms/form_pass_ico.gif'); background-repeat: no-repeat; background-position:2px center;}	
    .password2:focus, .password:hover {background-color:#FFF0FA;}	
    .email {background-image: url('/img/forms/form_mail_ico.gif'); background-repeat: no-repeat; background-position:2px center;}	
    .email:focus, .email:hover {background-color:#FFF0FA;}
    .intval {background-image: url('/img/forms/form_int_ico.gif'); background-repeat: no-repeat; background-position:2px center;}	
    .inval:focus, .password:hover {background-color:#FFF0FA;}
    .submit {padding: 0px; background-color: red; color: green;}
    .red {color: red; font-size:20px; float: left;}
  /* End reg forms */
