#SKIN #widget_directory_find_a_group .form_button_group,
#SKIN #widget_directory_search_profiles .form_button_group {
	display: inline;
}

#SKIN #widget_directory_search_profiles label {
	display: block;
}

#SKIN .profile_image {
	float: right;
	margin: 5px;
	border: 1px solid gray;
}


/**
 * Alternate - ~34/66 (Not 50/50)
 */

/* left column */
#SKIN #widget_group_1 {
	width: 250px;
	background: white url(/skins/default/images/private-left-bg-small.gif) repeat-y -4px top;
}

/* right column */
#SKIN #widget_group_2 {
	width: 498px;
	background: white url(/skins/default/images/private-right-bg-small.gif) repeat-y left top;
}

#SKIN #control_set {
	width: 250px; /* IE 5/5.5 get this value and ignore next line */
	w\idth: 230px; /* real width (plus 10 padding on left and right) */
	background: white url(/skins/default/images/private-left-top-small.jpg) no-repeat -4px top;
}

#SKIN #widget_group_1 .group_last {
	background: transparent url(/skins/default/images/private-left-bot-small.jpg) no-repeat -4px bottom;
}

#SKIN #widget_group_2 .group_last {
	background: transparent url(/skins/default/images/private-right-bot-small.jpg) no-repeat left bottom;
}



/*
 * search results
 */

#SKIN .search_results p {
	padding-top: 0 ;
	padding-bottom: 0 ;
}


#SKIN #widget_directory_search_groups_by_keyword {
	width: 260px;
	float: left;
}

#SKIN #widget_directory_search_groups_by_keyword .form_button_group,
#SKIN #widget_directory_search_groups_by_zip .form_button_group {
	display: inline;
}
