/* Forms */
div.block form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 60%;
}
div.block fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
div.block fieldset legend {
	color: #2C6877;
	font-size: 160%;
	font-weight: bold;
}

div.block form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
div.block form div.required {
	color: #333;
	font-weight: bold;
}
div.block form div.optional, form div.input {
	color: #444;
}
div.block form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
div.block label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
div.block input, textarea {
	clear: both;
	display: block;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}

div.block select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
div.block select[multiple=multiple] {
	width: 100%;
}
div.block option {
	font-size: 120%;
	padding: 0 3px;
}
div.block input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.block input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: 100%;
	font-size: 110%;
	vertical-align: bottom;
}
