#radarsHeader {
	background: url("header_bg.jpg") no-repeat;
	position: relative;
	width: 980px;
	height: 301px;
}
#radarsCallout {
	background: url("callout.png") no-repeat;
	width: 214px;
	height: 146px;
	position: absolute;
	top: 55px;
	left: 340px;

	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);

	-moz-transition: -moz-transform 0.4s ease-out 100ms;
	-webkit-transition: -webkit-transform 0.4s ease-out 100ms;
	transition: transform 0.4s ease-out 100ms;
}
#radarsCallout.scaleIn {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
#radarsContent {
	position: relative;
}
#radarsMap {
	position: relative;
	width: 980px;
	height: 500px;
}
#radarsFooter {
	background: url("footer_bg.jpg") no-repeat;
	position: relative;
	width: 980px;
	height: 99px;
}
#radarsPacks {
	background: url("packs.png") no-repeat;
	width: 503px;
	height: 135px;
	position: absolute;
	right: 0;
	top: -36px;
}

#radarsThankYou {
	position: absolute;
	right: 70px;
	top: 80px;
	width: 237px;
	font-family: 'dinroundproregular', sans-serif;
	font-size: 17px;
	color: #f7e2b3;
	text-align: center;
}
#radarsShared {
	position: absolute;
	right: 70px;
	top: 210px;
	width: 237px;
	font-family: 'dinroundproregular', sans-serif;
	font-size: 17px;
	color: #f7e2b3;
	text-align: center;
}

.radarsBtn {
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -800px;
	cursor: pointer;
	display: inline-block;
}
.radarsBtn.btnShare {
	background-image: url("btn_share.png");
	width: 231px;
	height: 77px;

	position: absolute;
	right: 70px;
	top: 180px;
}
.radarsBtn.btnShare:hover {
	background-position: 0 -77px;
}
.radarsBtn.btnAddMarker {
	background-image: url("btn_mark_pin.png");
	width: 237px;
	height: 72px;

	position: absolute;
	right: 70px;
	top: 50px;
}
#radarsAnonymous {
	background: url("anonymous_txt.png") no-repeat;
	width: 227px;
	height: 34px;
	position: absolute;
	right: 72px;
	top: 125px;
}
.radarsBtn.btnAddMarker:hover {
	background-position: 0 -72px;
}
.radarsBtn.btnAddMarker:active {
	background-position: 0 -144px;
}

#radarsDragInfo {
	background: url("map_drag_info.png") no-repeat;
	width: 455px;
	height: 45px;

	position: absolute;
	top: 15px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
#radarsDragInfo .dragClose {
	background: url("drag_info_close.png") no-repeat;
	width: 39px;
	height: 45px;
	position: absolute;
	top: 1px;
	right: -3px;
}
#radarsDragInfo .dragClose:hover {
	background-position: 0 -45px;
}

#radarsSaveBox {
	background: url("save_box_bg.png") no-repeat;
	width: 242px;
	height: 131px;
	position: absolute;
}
#radarsSaveBox.hidden {
	display: none;
}
#radarsSaveBox .detailsInput {
	border: 1px solid #f0d793;
	width: 220px;
	height: 48px;
	color: #de6864;
	font-family: 'dinroundproregular', sans-serif;
	font-size: 16px;
	background-color: transparent;
	margin: 6px 0 6px 8px;
	display: block;
	padding: 4px;
	resize: none;
}
#radarsSaveBox .detailsInput::-webkit-input-placeholder { /* WebKit browsers */
	color: #db9687;
	font-size: 12px;
}
#radarsSaveBox .detailsInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #db9687;
	opacity: 1;
	font-size: 12px;
}
#radarsSaveBox .detailsInput::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #db9687;
	opacity: 1;
	font-size: 12px;
}
#radarsSaveBox .detailsInput:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #db9687;
	font-size: 12px;
}
#radarsSaveBox .savePlace {
	font-family: 'dinroundproregular', sans-serif;
	font-size: 18px;
	color: #de6864;
	display: block;
	text-align: center;
	padding-left: 4px;
	margin-bottom: 4px;
}
#radarsSaveBox .postSay {
	display: block;
	background: url("checkbox.png") 0 0 no-repeat;
	padding-left: 22px;
	margin-left: 10px;
	height: 17px;
	font-family: 'dinroundproregular', sans-serif;
	font-size: 14px;
	color: #e5b09c;
}
#radarsSaveBox .postSay.checked {
	background-position: 0 -17px;
}

#radarsTooltip {
	position: relative;
	width: 242px;
}
#radarsTooltip .tooltipHeader {
	background: url("tooltip_header.png") no-repeat;
	width: 242px;
	height: 12px;
}
#radarsTooltip .tooltipContent {
	background: url("tooltip_middle.png") repeat-y;
	width: 217px;
	word-wrap: break-word;
	min-height: 16px;
	font-family: 'dinroundproregular', sans-serif;
	font-size: 16px;
	color: #3d4b4d;
	padding: 0 10px 0 15px;
	line-height: 18px;
}
#radarsTooltip .tooltipFooter {
	background: url("tooltip_footer.png") no-repeat;
	width: 242px;
	height: 30px;
}