
/* Filter fields in research boxes */
#content .research_box select,
#content .research_box_results_page select {
	display:block;
	text-indent:0;
	margin:0 0 29px 5px !important;
	margin:-4px 0 29px 5px;
	width:125px;
}

#content .local_events select, #content .local_events_results_page select,
#content .local_events_details_page select {
	display:block;
	text-indent:0;
	margin:10px 0 15px 18px !important;
	margin:-4px 0 29px -10px;
	width:155px;
}


/* Sort Field in results page */
#content .sort_zone select {
	display:block;
	float:right;
	text-indent:0;
	width:125px;
}

.sortsubmit_nojs {
	display:block;
	float:right;
	margin:21px -123px 0 0 !important;
	margin:0px 1px 0 0;
}

#content .fbook_zone .b_friend_related {
	display:none;
}

#content .fbook_zone .b_friend_related_noscript {
	background:url(../img/b_friend_related_noscript.jpg) top left no-repeat;
	color:#387fc5;
	display:block;
	font-weight:bold;
	height:73px;
	margin-top:6px;
	padding:0 0 0 68px;
	text-align:left;
	font-size:9px;
	width:285px;
}

#content .fbook_zone .b_friend_related_noscript:hover {
	background-position:bottom left;
}

/* Hides elements disabled if no javascript is active */
.noscript {display:none;}
