body {
	background-color: #F2F9FA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	color: #DB5A26;
}

h2 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #DB5A26;
	font-size: 1em;
}

a:focus {
	outline: none;
}

label {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.5em;
	color: #3A5A61;
	font-style: normal;
	text-transform: uppercase;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #CCC;
	width: 340px;
	color: #3A5A61;
}

.required {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	color: #DB5A26;
	text-transform: lowercase;
}

.submit {
	height: 45px;
	width: 148px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
