form {
margin-bottom: 0px;
padding-bottom: 0px;
}
form, input, select, textarea, label {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:15px;
font-weight:normal;
color:#545454;
}

input.text, input[type=text], input[type=password], select, textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #CACACA;
	padding-left: 1px;
}
label {
display:block;
}
.required {
background-attachment:scroll;
background-image:url(/images/icons/requiredIconRedB11116.gif);
background-repeat:no-repeat;
background-position:100% 0%;
}
table.tblContact {
width:100%;
}
table.tblContact * td {
padding-bottom: 10px;
}
table.tblContact * p {
}
table.tblContact * .columnInitial, table.tblContact * .columnAddl {
display:inline;
float:left;
}
table.tblContact * .columnAddl {
	margin-left: 15px;
}
table.tblContact * input.button, .inputSubmit {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	cursor: pointer;
	background-color: #003663;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
table.tblContact * input.buttonHover, .inputSubmitHover {
	color: #003663;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	cursor: pointer;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}