fieldset {
	font-family: Georgia;
	font-size: 11px;
	padding: 14px;
	padding-bottom: 5px;
	border: 2px solid #ccc;
}

legend {
	font-size: 22px;
	padding: 0 8px;
	margin-top: -2px;
}

h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;
	color: #555;
}

fieldset label {
	float: left;
	width: 75px;
	line-height: 20px;
}

label.inline {
	float: none;
	width: auto;
}

#prefer label {
	width: 200px;
}

#prefer {
	line-height: 20px;
}

input.text {
	width: 250px;
	border: 0;
	background: white;
	margin-right: 7px;
	margin-bottom: 4px;
}

input.text, textarea {
	border: 1px solid #ddd;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 3px;
}

input#city {
	width: 120px;
}

input#state {
	width: 30px;
}

input#zip {
	width: 80px;
}

.radio, .checkbox {
	margin-bottom: 8px;
}

#you, #yoursituation, #yourbook {
	padding: 15px;
	font-size: 13px;
	margin-bottom: 30px;
}

textarea {
	width: 100%;
	height: 80px;
}

fieldset p {
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 1.8em;
	text-indent: -1.8em;
	line-height: 15px;
}

input.inline {
	width: 25px;
	margin: 0 5px;
}

#thankyou {
	margin-bottom: 15px;
	display: block;
	margin: 0 auto;
}

#submit {
	margin-left: 16px;
}

#end {
	text-align: center;
	padding-bottom: 20px;
}