form {
	background-color: #c6c6c6;
	background-position: center;
	font: normal lighter small/25px Verdana, Arial, Helvetica, sans serif;
	color: black;
	padding: 10px;
	width: 720px;
	border: thin solid #f47b33;
	margin: auto;
}
fieldset {
	padding: 20px;
	margin-bottom: 10px;
	border-color: #f47b33 #f47b33 #f47b33 #f47b33;
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
label {
	margin-top: 20px;
	display: inline;
}	
input {
border:1px solid black;
background-color:#A6BEDE;
font-family:Verdana, Arial, Helvetica, sans serif;
}
input[type=radio] {
margin-right:10px;
background-color:transparent;
border:none;
}
input[type=checkbox] {
margin-right:10px;
background-color:transparent;
border:none;
}
select, option {
background-color:#A6BEDE;
font-family:Verdana, Arial, Helvetica, sans serif;
}
textarea {
border:1px solid black;
background-color:#A6BEDE;
font-family:Verdana, Arial, Helvetica, sans serif;
}
