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

* { margin: 0; padding: 0; }

.clear { clear: both; }

.required { color: red; }

#forms {
	width: 750px;
	margin: 25px auto 0 auto;
	font-family: tahoma, geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

#forms h2 {
	margin: 0 0 10px 0;
	font-family: tahoma, geneva, sans-serif;
	font-size: 16px;
	color: #173341;
	font-weight: bold;
}

#forms h3 {
	margin: 0 0 8px 0;
	font-family: tahoma, geneva, sans-serif;
	font-size: 12px;
	color: #000;
	clear: both;
	padding-top: 8px;
	font-weight: bold;
}

#forms fieldset {
	margin: 0 auto 10px auto;
	padding: 5px;
	border: 1px solid #ccc;
}

#forms legend {
	font-family: tahoma, geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336983;
}

#forms select, option {
	font-family: tahoma, geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

#forms input, textarea {
	font-family: tahoma, geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

#forms ul.checkbox_list {
	width: 240px;
	list-style: none;
}

#forms ul.checkbox_list li {
	display: inline;
	position: relative;
	float: left;
	width: 120px;
	padding: 2px 0;
	list-style: none;
	font-family: tahoma, geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

#forms ul.checkbox_list li input {
	display: inline;
	width: 16px;
	margin-right: 4px;
	float: left;
}

#forms ul.checkbox_list li label {
	display: inline;
	float: left;
	width: 98px;
}

#forms ul.checkbox_list_single {
	width: 120px;
	list-style: none;
	padding-bottom: 15px;
}

#forms ul.checkbox_list_single li {
	display: inline;
	position: relative;
	float: left;
	width: 120px;
	padding: 2px 0;
	list-style: none;
	font-family: tahoma, geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

#forms ul.checkbox_list_single li input {
	display: inline;
	width: 16px;
	margin-right: 4px;
	float: left;
}

#forms ul.checkbox_list_single li label {
	display: inline;
	float: left;
	width: 98px;
}

#carriers table {
	width: 500px;
	margin: 25px auto 0 auto;
	font-family: tahoma, geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

#carriers h2 {
	margin: 0 0 10px 0;
	font-family: tahoma, geneva, sans-serif;
	font-size: 16px;
	color: #173341;
	font-weight: bold;
}

#carriers h3 {
	margin: 0 0 8px 0;
	font-family: tahoma, geneva, sans-serif;
	font-size: 12px;
	color: #000;
	clear: both;
	padding-top: 8px;
	font-weight: bold;
}

#carriers fieldset {
	margin: 0 auto 10px auto;
	padding: 5px;
	border: 1px solid #ccc;
}

#carriers legend {
	font-family: tahoma, geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336983;
}

#carriers select, option {
	font-family: tahoma, geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

#carriers input, textarea {
	font-family: tahoma, geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

#carriers ul.checkbox_list {
	width: 240px;
	list-style: none;
}

#carriers ul.checkbox_list li {
	display: inline;
	position: relative;
	float: left;
	width: 120px;
	padding: 2px 0;
	list-style: none;
	font-family: tahoma, geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

#carriers ul.checkbox_list li input {
	display: inline;
	width: 16px;
	margin-right: 4px;
	float: left;
}

#carriers ul.checkbox_list li label {
	display: inline;
	float: left;
	width: 98px;
}

#carriers ul.checkbox_list_single {
	width: 120px;
	list-style: none;
	padding-bottom: 15px;
}

#carriers ul.checkbox_list_single li {
	display: inline;
	position: relative;
	float: left;
	width: 120px;
	padding: 2px 0;
	list-style: none;
	font-family: tahoma, geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

#carriers ul.checkbox_list_single li input {
	display: inline;
	width: 16px;
	margin-right: 4px;
	float: left;
}

#carriers ul.checkbox_list_single li label {
	display: inline;
	float: left;
	width: 98px;
}