#stage form {
	overflow: hidden;
	padding-right: 0;
}
#stage fieldset {
	width: 230px;
	float: left;
	margin-bottom: 2em;
	margin-right: 10px;
}
#stage #receive-notify li {
	float: left;
	clear: none;
	width: 110px;
	overflow: inherit;
	margin-right: 5px;
}
#stage #receive-notify li input {
	margin-right: 5px;
}

#stage form input#ApplicationUnitNo {
	width: 50px;
}
#stage #events-preferred ul {
	overflow: hidden;
	padding-left: 10px;
}
#stage #events-preferred li {
	float: left;
	clear: none;
	width: 105px;
	overflow: inherit;
	margin-right: 5px;
}
#stage #events-preferred label input {
	margin-right: 5px;
}
#stage #events-other {
	float: none;
	clear: both;
	width: 230px !important;
	background-color: pink;
}
#stage form input[type=submit] {
	float: right;
	margin-right: 10px;
}
#stage form select.date_day {
	width: 35px;
}
#stage form select.date_month {
	width: 45px;
}
#stage form select.date_year {
	width: 40px;
}
#stage form span#ApplicationUnitClass {
	float: left;
	clear: none;
	font-weight: bold;
}
#stage form input#ApplicationUnitId {
	width: 86px;
	float: left;
	clear: none;
}
