/*-------------------------------------------------------------------
Notes
-------------------------------------------------------------------*/
#filter-link-01{
	background-image: url(/images/filter-arrow.gif);
	background-position: 7px center;
	background-repeat: no-repeat;
	font-weight: bold !important;
	color: #003366 !important;
}



h3{
	font-size: 15px;
	font-weight: bold;
	margin: 1em 0;
	padding: 5px;
	color: #FFFFFF;
	background-color: #003366;
}

.form-label{
	padding: 0 0 3px 10px;
	font-weight: bold;
}
.form-field{
	padding: 0 0 1em 10px;
}
.form-field input,
.form-field select{
	width: 580px;
	font-size: 12px;
	background-color: #FFFFFF;
}
.divide-line{
	margin: 1em 0;
	background-color: #003366;
	height: 4px;
}
.form-label-centered{
	width: 580px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.form-submit{
	width: 580px;
	padding: 1em 0;
	text-align: center;
}
#submit-button{
	font-size: 12px;
	font-weight: bold;
	width: 200px;
}
#clear-button{
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	margin: 0 0 0 15px;
}

