.formHolder p {
	float: left;
	width: 500px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: block;
}

.formHolder .heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	color: #066792;
	margin-top: 0px;
}

.formHolder label {
	display: block;
	width: 160px;
	float: left;
	height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.formHolder .input {
	width: 346px;
	height: 16px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #D6EAF5;
	background-image: url(../images/inputBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #066792;
	font-size: 1.1em;
	float: left;
}

.formHolder .inputSmall {
	width: 46px;
	height: 16px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 300px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../images/inputSmallBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #D6EAF5;
	color: #066792;
	font-size: 1.1em;
	float: left;
}
.formHolder  .formBlock {
	width: 550px;
	background-color: #D6EAF5;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
}

.formHolder .formBlock2 {
	width: 550px;
	background-color: #D6EAF5;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
	margin-top: 15px;
}

.formHolder .formBlock3 {
	width: 550px;
	height: auto;
	float: left;
	margin-top: 15px;
}

.formHolder .formTop {
	float: left;
	height: 15px;
	width: 550px;
	background-color: #D6EAF5;
	background-image: url(../images/formTopBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.formHolder .formMiddle {
	width: 550px;
	background-color: #D6EAF5;
}

.formHolder .formBottom {
	float: left;
	height: 15px;
	width: 550px;
	background-color: #D6EAF5;
	background-image: url(../images/formBottomBG.gif);
}

.formHolder {
	height: auto;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}

.formHolder .checkbox {
	float: left;
	margin-left: 15px;
	color: #00659F;
	background-color: #D6EAF5;
}

.formHolder .submitButton {
	height: 28px;
	width: 104px;
	float: left;
	background-image: url(../images/submitButtonBG.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.formHolder .submitButton:hover {
	background-position: 0px -28px;
	color: #00659E;
}
