

#applyForm input, textarea, select {
	font-size: 11px;
    background: #fff;
	  border: 1px solid #888;

}

input:focus, textarea:focus {
  
  background: #fff;
}



/* CSS for form validation
****************************/
form label.problem {
	  padding-left: 22px;
  background-image: url(../images/caution.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}




