@charset "utf-8";
/* CSS Document */


form {font-family: Poppins, Questrial,Helvetica, Arial Bold, sans-serif;}

textarea {
  font-family: Poppins, Questrial,Helvetica, Arial Bold, sans-serif;
  font-weight: 400; max-width:800px;}

textarea:focus {background-color:rgba(124,163,135,1.00);}


input {
  font-family: Poppins, Questrial, sans-serif;
  font-weight: 400;
  background-color: #fff;
  background-color: rbga(255,255,255,1.00);
  color: #000;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #c8c7b4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
 outline-style: none;
}

input:focus {background-color:rgba(124,163,135,1.00);}


select { font-family: Poppins, Questrial, sans-serif; }



label {color:#ffffff;}

#city, .city{width:8vw!important;}
#zip, .zip{width:4vw!important;}
#state, .state{width:4vw!important;}

#captcha_code{width:8vw!important;}









.captcha-input {
	background: #FFF url(./../../captchaImageSource.php) repeat-y left center;
    padding-left: 85px;
}







#Uploader{margin-left:0px;}

#drop_file_zone {
    background-color: rgba(35,33,33,1.00);
    border: #999 5px dashed;
    height: 200px;
    padding: 8px;
    font-size: 18px;
}
#drag_upload_file {
  width:50%;
  margin:0 auto;
}
#drag_upload_file p {
  text-align: center;
}
#drag_upload_file #selectfile {
  display: none;
}
#Uploader span:hover{color:rgba(255,255,0,1.00);}
#progressBar{border-radius: 15px;}
 ::-moz-progress-bar{background-image: linear-gradient(to left, #059E03, #90E174) !important;
 border-top-left-radius: 15px; border-bottom-left-radius: 15px;
 }




.MessageArea{width:575px;height:150px;}





#RegFormLowerInfo{font-size:75%;padding-top:15px;}
.RegisterFarmChoicesDiv{background-color: #FFFFFF;border-radius:15px;margin-bottom:25px;padding:15px;cursor:pointer;cursor:hand; border-color:#525252; border-style: solid; border-width: 4px;}
.RegisterFarmTypeName{font-size: 200% !important;color:rgba(15,81,8,1.00)!important;}
.RegisterFarmSubtext{font-size:125%;color:#525252;}


.SelectedHighlite{border-color:#00FF00; border-style: solid; border-width: 4px;background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0), rgba(148, 225, 10, 0.25), rgba(51, 51, 51, 0));}
