#form {
	padding-left: 150px;
	
}

legend {
	font-size: 110%;
	font-weight: bold;
	color: #ff6633;
}
fieldset {
	padding: 10px;
	margin-bottom: 5px;
	border: thin solid #666;
}
label {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	font-style:italic;
	color:#ff6633;
	display: block;
}
input {
	color:#000;
	background-color:#fff;
	
}

