* {
	font-family		: tahoma, verdana, arial, sans serif;
	font-size		: 13px;
}
body {
	text-align		: center;
	background-color: #ffffff;
}
#root {
	position		: relative;
	width			: 1000px;
	margin			: auto;
}
#adBlock {
	margin-left		: 20px;
	width			: 160px;
	height			: 600px;
	float			: right;
}
#dfMapBox {
	display		: none;
	visibility	: hidden;
	width			: 63em;
	height			: 27em;
	margin			: auto;
	float			: right;
}
#dfMapBox, .tabber, .tabbertab {
	text-align		: left;
}
#Logo, #dfMapAddressFormBox {
	text-align		: center;
}
#Logo {
	position		: relative;
	top				: 25px;
}
#dfMapMap {
	border-style	: solid;
	border-color	: #bbbbbb;
	border-weight	: 1px;
	border			: 1px solid #979797;
	background-color: #e5e3df;
	width			: 62em;
	height			: 27em;
	margin-top		: 1em;
	margin-bottom	: 1em;
}
.dfMapGeoDataLabel {
	font-weight		: bold;
}
.dfMapGeoData {
}
.dfMapMarkerInfo {
	margin-top		: 1em;
	font-size		: 0.9em;
}
#dfMapAddressForm {
	position		: relative;
	top				: -5px;
}
#dfMapAddress {
	width			: 25em;
}
#dfMapMarkerHtml {
	text-align		: left;
}
v\:* {
	behavior	: url(#default#VML);
}
th {
	text-align		: left;
}
pre {
	font-family		: monospace;
}
.tabbertab {
	min-height			: 29em;
}
#dfMapGeoMetatags, #dfMapGeoTags, #dfMapKml, .dfMapLinkTextarea {
	width			: 100%;
}
.dfMapLinkTextarea {
	height			: 3em;
}
#inputScreenBG, #loadingScreenBG {
	position		: absolute;
	top				: 0px;
	left			: 0px;
	width			: 120%;
	height			: 100%;
	background-color:#000000;
	opacity			: 0.8;
	filter			: Alpha(opacity=80, finishopacity=0, style=0);
	text-align		: center;
	vertical-align	: middle;
	color			: #ffffff;
	display			: none;
	visibility		: hidden;
	z-index			: 98;
}
#loadingScreenBG {
	background-color:#ffffff;
}
#inputScreen, #loadingScreen {
	position		: absolute;
	top				: 0px;
	left			: 0px;
	width			: 100%;
	height			: 100%;
	display			: none;
	visibility		: hidden;
	z-index			: 99;
}
#dfMapLanguages {
	position		: absolute;
	top				: 0em;
	left			: auto;
}
.languageFlag {
	border			: 1px;
	border-color	: white;
	border-style	: solid;
	width			: 16px;
	height			: 11px;
}
.languageFlag:hover {
	border			: 1px;
	border-color	: #e1e1e1;
	border-style	: solid;
}
.languageFlagUntranslated:hover {
	cursor			: help;
}
.foreignLanguageInfo {
	display: none;
	visibility: hidden;
	position: absolute;
	right: 20px;
	top: 34px;
	font-size:1.5em;
	padding: 6px;
	background-color: rgb(157, 206, 231);
}
div#dfMapFacebook {
	position: absolute;
	right: 0;
	top: -5px;
	padding-right: 180px;
}