/* Lakeland Reeds Bed and Breakfast -- Forms */
/*Robert Dixon, HTML5 Unit J, Independent Challenge 3*/

legend, #submit {
  font-family: PTSansCaption, georgia, "times new roman", times, serif;
  }
fieldset {
	margin-bottom: 10px;
	position: relative;
	padding: 2.5em 1em 0.5em 1em;
	background: #E3E98E;
  }
fieldset fieldset {
  padding-top: 5px;
  border: 2px solid #082008;
  }
form {
  background: black;
  padding: 5px 5px 7px 5px;
  margin: auto;
	width: 60%;
  }
input, textarea {
  font-size: 1em;
  width: 100%;
  }
input:focus, textarea:focus {
  background:#CCCCCC;
  }  
legend span {
  position: absolute;
  left: 0;
  font-size: 1.25em;
  margin-top: 0.5em;
  margin-left: 0.5em;
  }
#businput {
  width: 55%;
  }
#businessinfo label {
  display: block;
  position: relative;
  margin: 12px 0;
  }
#businessinfo input {
  position: absolute;
  float: left;
  }  
#contactinfo label {
  display: block;
  width: 25px;
  margin: 12px 15px;
  }
#contactinfo input {
  position: absolute;
  float:left;
	
  }
#feedback {
  display: block;
  }     
#emailinput {
  width: 55%;
  }  
#fnameinput {
  width: 55%;
  }
#lnameinput {
  width: 55%;
  }
#nonprofit input {
	position: absolute;
	float: left;
}
#phoneinput {
  width: 30%;
  }  
#submit {
  background: #e3dba;
  font-size: 1.25em;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 25%;
  }      
#submitbutton {
	border: none;
	text-align: center;
	padding: 1em 0;
  }    
#webaddressinput {
  width: 55%;
  } 
