/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
fieldset { border: 1px solid #fff; margin-top: 20px; padding: 5px 5px;}
fieldset legend { color: #000; font-size: 1.2em; font-weight: bold; margin-bottom: 10px;}
fieldset fieldset { margin-top: 0px; margin-bottom: 20px; padding: 14px 0;}
fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-top: .5em;
	padding: .1em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div {
	border: 0;
	clear: both;
	margin-top: 5px;
}
label {
	font-size: 100%;
	padding-right: 10px;
	font-weight:bold;
	width: 140px;
	display: block;
	float: left;

}
search, input {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1px;
	width: 200px;

}
search[type=submit] {
	display: inline;
	font-size: 100%;
	padding: 2px 3px;
	width: auto;
	vertical-align: bottom;
	font-weight:bold;

}
input, textarea {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1px;
	width: 200px;
	left: 160px;
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
	margin-right: 11px;
}
select[multiple=multiple] {
	width: auto;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	font-weight:bold;
}

