#organisation_info, #organisation_list, #contact_list {
	float: left;
	width: 250px;
	z-index: 1;
}

form {
	margin: 0px;
	padding: 0px;
}

#contacts_container {
	display: block;
}

#organisation_list select {
	width: 240px;
}

#contact_list select {
	width: 240px;
}

#contact_info {
	width: 750px;
	clear: both;
}

.contact_info_col {
	float: left;
	width: 250px;
}

#interests {
	clear: both;
	width: 750px;
}

#interests select {
	width: 740px;
}