#join-an-event {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	clear: both;
	padding-top: 20px;
}
#join-an-event #see-more {
	font-weight: bold;
	float: right;
	color: #9c5fb5;
}
#join-an-event #search-chapter {
	width: 100%;
}
#join-an-event .button {
	margin-top: 5px;
	width: 100px;
	background-color: #9C5FB5;
	color: #FFF;
	clear: both;
}

#join-an-event form input, #join-an-event form select {
	width: 100%!important;
}
#join-an-event #form-left {
	display: inline-block;
	float: left;
	width: 300px;
	margin-right: 10px;
}

#join-an-event #form-right {
	display: inline-block;
	width: 300px;
}
#join-an-event form {
	width: 100%!important;
}