.event-radio {
  margin: 5px 0;
}

.event-button {
	background: url(../../../_inc/images/button_back.gif) top left no-repeat;
	display: inline-block;
	margin: 10px 0;
}

.event-button a {
	display: block;
	height: 19px;
	color: #777;
	font-size: 11px;
	padding: 0 33px 0 11px;
	margin-right: -7px;
	text-shadow: 0 1px 0 #fff;
}
	.event-button a:hover {
		color: #555;
		text-decoration: none;
	}

	.event-button a.join-event, .event-button a.request-membership {
		background: url(../../../_inc/images/add_button_side.gif) top right no-repeat;
	}

	.event-button a.leave-event {
		background: url(../../../_inc/images/remove_button_side.gif) top right no-repeat;
	}

	.event-button a.membership-requested {
		background: url(../../../_inc/images/check_button_side.gif) top right no-repeat;
	}

#sidebar .widget_events .widget_events_widget_events_upcoming ul {
	padding-left: 15px;
}
	#sidebar .widget_events .widget_events_widget_events_upcoming ul.item-list {
		padding: 0;
	}

	#sidebar .widget_events .widget_events_widget_events_upcoming li {
		list-style-type: square;
		margin-left: 16px;
		padding-left: 5px;
		margin-bottom: 5px;
	}
		#sidebar .widget_events .widget_events_widget_events_upcoming ul.item-list li {
			list-style-type: none;
			margin: 0;
			padding: 15px;
		}