#sarbacane_desktop_content {
	width: 100%;
	height: 100%;
	color: #4c5261;
	font-size: 1em;
}

/* HEADER */
.sarbacane_desktop_logo_about {
	margin-left: auto;
	margin-right: auto;
}

.sarbacane_desktop_logo {
	width: 224px;
	height: 45px;
	background-image: url('../images/sd.png?v=1.4.9');
	background-position: -198px -99px;
	background-repeat: no-repeat;
}

.sarbacane_desktop_div_splitter {
	width: 100%;
	height: 6px;
	border-top: solid 1px #d1d1d3;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

.mailify_logo {
	width: 157px;
	height: 55px;
	background-image: url('../images/sd.png?v=1.4.9');
	background-position: -484px -95px;
	background-repeat: no-repeat;
}

.sarbacane_desktop_configuration_button {
	background-color: #808080;
	border: medium none;
	color: white;
	cursor: pointer;
	padding: 10px 20px;
	font-size: 14px;
	display: inline-block;
}

.sarbacane_desktop_configuration_button_green {
	background-color: #78a13a;
}

.sarbacane_desktop_configuration_button_container {
	text-align: right;
}

#sarbacane_desktop_configuration_footer {
	background-color: #363636;
	height: 60px;
	color: white;
	padding: 10px;
}

.sarbacane_desktop_popup {
	display: none;
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sarbacane_desktop_popup_background {
	background: #000000;
	opacity: 0.3;
	width: 100%;
	height: 100%;
}

.sarbacane_desktop_popup_content {
	background: #ffffff;
	width: 400px;
	height: 140px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -70px;
	padding: 30px;
	text-align: center;
}
