.share-facebook, .share-twitter {
	display: inline-block;
	width: 206px;
	height: 41px;
	margin-right: 15px;
	background-image: url(share_buttons.png);
}

.share-facebook {
	background-position: 0 0;
}

.share-twitter {
	background-position: -206px 0;
}

.share-facebook:hover {
	background-position: 0 -41px;
}

.share-twitter:hover {
	background-position: -206px -41px;
}

.share_div {
    text-align: center;   
    margin-bottom: 20px;
}

div.conference_theme {
	padding-bottom: 15px !important;
}

#edit-cf-default-value-1-wrapper, #edit-cf-default-value-3-wrapper, #edit-cf-default-value-5-wrapper {
	float: left !important;
	width: 45% !important;
}

#edit-cf-default-value-2-wrapper, #edit-cf-default-value-4-wrapper, #edit-cf-default-value-6-wrapper {
	float: right !important;
	width: 55% !important;
}