#myform {
	width: 550px;
}

#myform p {
	margin: 10px 0px 0px 0px;
}

#myform .label, .message {
	float: left;
	width: 7em;
	clear: left;
}

input#first_name, input#last_name, input#hog_number, input#email {
	background-color: #fff;
	font-size: 1.1em;
	font-family: "Lucinda Console", Monaco, monospace;
	width: 440px;
	border: 1px solid #666;
	height: 20px;
}

select#topic {
	background-color: #fff;
	font-family: "Lucinda Console", Monaco, monospace;
	font-size: 1.1em;
	width: 220px;
	border: 1px solid #666;
	height: 20px;
}

textarea#message {
	font-size: 1.1em;
	font-family: "Lucinda Console", Monaco, monospace;
	width: 440px;
	border: 1px solid #666;
}

#first_name:focus, #last_name:focus, #email:focus, #hog_number:focus, #message:focus {
	background-color: #e2e2e2;
}

input#submit {
	margin-left: 7em;
	color: #fff;
	width: 6em;
	height: 22px;
	background-color: #b5a570;
	padding-bottom: 3px;
	border: 1px solid #666;
	border-right-color: #333;
	border-right-width: 2px;
	border-bottom-color: #333;
	border-bottom-width: 2px;
}

input#submit:hover {
	border: 1px solid #666;
	border-left-color: #333;
	border-left-width: 2px;
	border-top-color: #333;
	border-top-width: 2px;
}