div#content form {
	display : block;
}
div#content form fieldset {
	border : none;
}
div#content form legend {
	font-size : 1.1em;
	font-weight : bold;
}
div#content form div.input {
	clear : both;
	margin : 0.8em 0px;
}
div#content form div.input label {
	float : left;
	width : 10em;
}
div#content form div.input input, div#content form div.input textarea, div#content form div.input select {
	display : inline;
	font-family : sans-serif;
	font-size : 1em;
	width : 30em;
}

div#content form div.input p.description {
	margin : 0px;
	font-size : 0.8em;
	margin-left : 12.5em;
}

div#content form div.input.error {
	background-color : #ffdddd;
	border : 2px solid #ffbbbb;
	margin : 0.8em -2px;
}

div#site-search fieldset {
	border : none;
	clear : none;
	display : inline;
}

div#site-search input.text {
	border : 2px solid #808285;
	clear : none;
}

