@charset "utf-8";
.textFields {
	width: 200px;
	height: 25px;
	background-image: url(../images/form_field.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 5px;
	vertical-align: bottom;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.FormContainer {
	vertical-align: top;
}
.textTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: left;
	vertical-align: middle;
}

.detailField {
	width: 00px;
	text-indent: 10px;
	background-color: #F3F3F3;
	text-align: left;
	border: 1px solid #CCCCCC;
}
.detailFieldTD {
	padding-top: 12px;
}

.textFieldsShort {
	width: 225px;
	background-color: #FFFFFF;
	height: 25px;
	background-image: url(../images/form_field_short.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 5px;
	vertical-align: bottom;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.spanRightSpace {
	padding-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.tenxten {
	height: 5px;
	width: 5px;
}

.checkbox {
	height: 10px;
	width: 10px;
}

.zipField {
	width: 50px;
	background-color: #FFFFFF;
	height: 25px;
	background-image: url(../images/form_field_zip.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 5px;
	vertical-align: bottom;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.borderBelowCell {
	text-align: left;
	vertical-align: top;
	width: 97%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	height: 30px;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	margin-right: 20px;
}
.withCategory {
	text-align: left;
	vertical-align: top;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	height: 20px;
	border-top-color: #CCCCCC;
	padding-top: 20px;
	padding-bottom: 5px;
}
.borderBelowCellCopy {
	text-align: left;
	vertical-align: top;
	width: 97%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	height: 30px;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	margin-right: 20px;
	padding-bottom: 5px;
}
.bottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	height: 20px;
}
