@charset "UTF-8";

input, select, textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #666666;
}
fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
legend {
	font-size: 0em;
	margin-left: -9999px;
}
form.inline .input_text {
	border: 1px solid #B5B6BB;
	height: 20px;
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	width: 250px;
}
form.inline label {
	float: left;
	height: 19px;
	display: block;
	padding-top: 5px;
	margin-right: 5px;
}
form.inline button {
	height: 26px;
	width: 26px;
	float: left;
	text-indent: -9999px;
	border: 1px solid #B5B6BB;
}
button.btn_search {
	background-image: url(../images/btn_search.gif);
	background-repeat: no-repeat;
	background-color: #B5B6BB;
	background-position: center center;
}
form.break label {
	display: block;
	color: #666;
}
form.break .input_text {
	width: 350px;
	height: 22px;
	border: 1px solid #BBB;
	padding: 2px;
}
form.break textarea {
	width: 350px;
	border: 1px solid #999;
	padding: 2px;
}
form.break button {
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	background-color: #575B6B;
	color: #F1F1F1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form.block label {
	width: 150px;
	display: block;
	float: left;
	margin-right: 10px;
}
form.block .input_text {
	width: 390px;
	height: 22px;
	border: 1px solid #BBB;
	padding: 2px;
}
form.block textarea {
	width: 390px;
	border: 1px solid #BBB;
	padding: 2px;
}
form.block select {
	width: 396px;
	padding: 2px;
}
form.block button {
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	background-color: #575B6B;
	color: #F1F1F1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
label.checkbox {
	margin-left: 5px;
	display: inline;
	width: 200px;
}
input.checkbox {
	float: left;
}
span.checkbox_group {
	font-size: 0.9em;
	margin-left: 10px;
	display: block;
}
p.inline_radios label {
	width: auto;
}
p.inline_radios {
	margin-top: 0px;
	padding-top: 0px;
	clear: both;
	margin-bottom: 10px;
	margin-left: 160px;
}
.required {
	font-style: italic;
	color: #999;
	font-size: 0.85em;
}
.map {
	padding-left: 30px;
}

