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

/*
	----------------------------------------------------------
	Covers styles used for form layout
	----------------------------------------------------------
*/

.custom-form {
	font-size: 12px;
}

.custom-form fieldset {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 25px;
	padding: 0px;
	position: relative;
	width: 450px;
}

.custom-form .legend-title {
	left: 20px;
	top: -10px;
	position: absolute;
	display: inline;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	background-color: white;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-top: 4px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}
.custom-form .field-group {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 20px;
	padding-top: 25px;

}
.custom-form table {
	width: 100%;
}

.custom-form table th {
	padding-right: 8px;
	text-align: left;
	white-space: nowrap;
}

.custom-form table .th-vert {
	vertical-align:top;
	padding-top:6px;
}

.custom-form table td {
	padding-bottom: 10px;
}

.custom-form table p {
	padding: 0px;
	margin: 0px;
}

.custom-form .customtf, .custom-form .customta {
	background-color: #edf1f8;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	margin: 0px;
	width: 100%;
}

.custom-form .customsub {
	border-width: 1px;
	border-color: #006ece;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 6px;
	text-decoration: none;
	font-weight: bold;
	border-style: solid;
	text-transform: uppercase;
	background-color: #e8edf6;
	color: #006ece;
}
.custom-form .customsub:hover {
	color: white;
	background-color: #2a63b7;
}

.custom-form .spacer-button {
	position: relative;
	padding-top: 15px;
}

