/*

	
	
	 Author: Leogie Barrios
  


	first.css



*/



/* Section styles */

section {
   clear: left;
   width: 100%;
}

section p {
   color: white;
   margin-left: 20px;
   padding-top: 20px;
}

fieldset { 
	
	border: black; 
}

legend { 
background-color: black; 
color: white; 
padding: 3px 0px; 
text-indent: 5px; 
width: 100%;
}

/* label styles */

label { 
clear: left;
display: block; 
float: left; 
font-size: 0.9em; 
margin: 7px 4% 7px 5px; 
width: 40%;
}

/* Input control styles */

input { 
display: block; 
float: left; 
font-size: 0.9em; 
margin: 7px 0px; 
width: 20%;
}

input#age {
	width: 50px;
}

input#state {
	width: 50px;
}

input[type="submit"], input[type="reset"] {
	display: inline;
	float: none;
	height: 40px;
	width: 200px;
}

textarea {
	display: block;
	font-size: 0.9em;
	float: left;
	height: 150px;
	margin: 10px 0px;
	width: 50%;
}