#main_content_wrapper .error {
	background: #FFBABA;
	border: 1px solid #E69494;
	color: #D6010E;
	padding: 8px;
	margin-top: 1em;
}
input.text, textarea {
	border: 1px solid #A7A7A7;
	width: 244px;
	padding: 3px;
}
select {
	border: 1px solid #A7A7A7;
	width: 250px;
}
form em {
	color: #D6010E;
}
.fieldRow {
	margin-top: 1em;
	overflow: hidden;
}
.fieldRow label {
	clear: left;
	float: left;
	width: 140px;
	padding-right: 20px;
}
#contact_box input.text {
	width: 150px;
}
#contact_box #btnSubmit {
	width: 28px;
	height: 24px;
	position: relative;
	top: 0.5em;
}
#send {
	position: relative;
	left: 360px;
}
#search_results li {
	padding: 0 0 3em;
	background: #FFF url('/img/list_separator.png') no-repeat center bottom;
}
#search_results li a {
	background: #FFF;
	padding: 0;
}
#tags_filter {
	border: 1px solid #EAEAEA;
	background: #FBFBFB;
	padding: 10px;
	margin: 0.5em 0;
}
#tags_filter ol {
	padding: 0 0 0 110px;
}
#tags_filter li, #tags_filter li a {
	display: inline;
	background: transparent;
	padding: 0;
	margin: 0;
}
#tags_filter h3 {
	width: 100px;
	float: left;
}
#loginForm {
	border: 1px solid #EAEAEA;
	background: #FBFBFB;
	padding: 20px;
	margin: 1em 0 0.5em 0;
}
#loginForm .fieldRow label {
	width: 100px;
}
#loginForm .buttonsRow {
	padding-left: 120px;
}
.instructions {
	padding-top: 20px;
	border-top: 1px solid #EAEAEA;
}
#main_content_wrapper .instructions p {
	padding-bottom: 0;
}