﻿.small-text {
	font-size: 11px;
}
form {
	border: 3px groove #FFFFFF;
	background-color: #F7F8FB;
	padding: 20px 40px 20px 40px;
	margin: 0px;
	color: #000000;
}
label {
	padding: 4px;
	display: inline-block;
	width: 90px;
	text-align: right;
	margin-right: 5px;
	margin-left: 5px;
	font-family: "myriad Pro";
	font-size: 15px;
}
input {
	border: 1px groove #000000;
}
.short-input {
	width: 40px;
}
form p {
	font-size: 14px;
	font-family: "myriad Pro";
}
legend {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: .3em;
	font-family: "lucida sans";
}
fieldset {
	padding: 12px 14px 10px 16px;
	margin: 25px 0px 25px 0px;
	border: 1px groove #000000;
}
form a {
	color: #FF0000;
	font-weight: 600;
	text-decoration: underline;
	font-family: "myriad Pro";
	font-size: 12px;
}
form h3 {
	font-size: 120%;
	font-family: "myriad pro", arial;
	border-bottom-style: ridge;
	border-bottom-width: 1px;
	border-bottom-color: #008000;
	color: #008000;
	font-weight: normal;
}
.submit-button {
	background-color: #000000;
	color: #FFFFFF;
	width: 80px;
	margin-left: 155px;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
}
