@charset "utf-8";
/* CSS Document */

form {
	clear: both;
}
form h3 {
	font-size: 2.4em;
	font-weight: normal;
	color: #15245C;
	clear: both;
}
form p {
	float: left;
}
form p.clear {
	clear: both;
}
form input {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 25px;
	font-size: 1.2em;
	color: #15245C;
}
form input.submitbutton {
	background-color: #15245C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
	color: #fff;
	padding-right: 5px;
	padding-left: 5px;
	clear: both;
}
