.error { color: red; }
label.error { font-weight: bold; color: red; }


#home_main {
	width: 275px;
}

#home_latest_poll {
	float: right;
	width: 265px;
}

#home_latest_poll h2 {
	margin-top: 0;
}

.poll_results th {
	text-align: left !important;
	border-bottom: 1px solid #dddddd;
}

.poll_results .total td {
	border-top: 1px solid #dddddd;
}

.poll_results td, .poll_results th {
	padding: 5px;
}

legend {
	font-size: 140%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
/*	position: absolute;*/
/*	top: -15px;*/
/*	left: 0px*/
}


fieldset { 
	border: 0px;
	margin: 10px 0px 0px 0px;
	padding-bottom: 12pt;
/*	position: relative;*/
}

fieldset > div {
	margin-top: 0.7em;
	clear: both
}

fieldset > div:first-child {
	margin-top: 0;
	clear: both
}

.detail_form .controls { margin-left: 11.5em; }
.detail_form label {
	float: left; 
	text-align: right;
	width: 11em;
	margin-right: 0.5em;
	line-height: 150%;
	display: block;
}

.content_form label {
	line-height: 150%;
	display: block;
}

#login_form .controls { margin-left: 0em; }
#login_form label { width: 6.5em; }

.view_details td {
	padding: 3px; 
}

.row_label { font-weight: bold; }

.member_disabled_row { font-weight: bold; color: red }

.search_result {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.search_result_summary {
	padding: 0;
}