  input[type=text], select, textarea {
	width: 15%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
  }
  
  
  
  input[type=submit] {
	background-color: #4CAF50;
	color: white;
	width: 15%;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
  }
  
  input[type=submit]:hover {
	background-color: #45a049;
  }
  
body {

	background: #fff;

	color: #666;

	font: 90%/180% Arial, Helvetica, sans-serif;

	width: 100%;

	max-width: 96%;

	margin: 0 auto;

	padding:50px;

}

fieldset {
 border-radius:5px;
 box-shadow:2px 2px 5px #999;background-color:white;
 padding: 30px;
}

