.ero {
	position: absolute;
	display: balloon;
	padding: 0 12px;
	font-size: 0.4em;
	color: #676767;
	z-index: 500!important;
	border: solid 0 blue;
	background: transparent;
}
.ero .ero-shadow {
	position: relative;
	float: center;
	background: #bfbfbf;
}
.ero .ero-body {
	position: relative;
	top: -1px;
	left: -1px;
	right: -1px;
	width: 400px;
	overflow: hidden;
	border: solid 1px blue;
	background: #fff;
}
.ero .ero-previewArea {
	width: 100%;
	background: #fff;
}
.ero .ero-previewArea p {
	margin: 0;
	padding: 0 1px 1px 0;
	font-size: 0.4em;
}
.ero .ero-previewArea div.firstChild {
	margin: 2px;
	overflow: hidden;
}
* html .ero .ero-previewArea div {
	word-wrap: break-word;
}
.ero .ero-previewArea .title {
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	margin: 0 0 6px;
}
.ero-actionsBackground {
	margin: 2px;
	background: #e4edf3;
}
.ero .ero-actions {
	padding: 2px 4px 0;
}
* html .ero .ero-actions {
	padding-top: 4px;
}
.ero .ero-actions ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ero .ero-actions ul a, .ero .ero-actions ul a:link, .ero .ero-actions ul a:visited {
	color: #0088e4;
	text-decoration: none;
}
.ero .ero-actions ul a:hover {
	text-decoration: underline;
}
.ero .ero-actions ul li {
	margin-bottom: 2px;
}
.ero .ero-paddingHack {
	height: 4px;
	width: 1px;
	font-size: 6px;
}
.ero .ero-leftBeak, .ero .ero-rightBeak {
	position: absolute;
	top: 5px;
	width: 19px;
	height: 34px;
}
.ero .ero-leftBeak {
	left: 0;
	background: transparent url(../../i/ero/beakLeft.gif) no-repeat 0 0;
}
.ero .ero-rightBeak {
	right: 4px;
	background: transparent url(../../i/ero/beakRight.gif) no-repeat 0 0;
}
.ero-progressAnimation {
	position: absolute;
	height: 3px;
	width: 13px;
	font-size: 1;
	z-index: 500;
	overflow: hidden;
}
.ero-progressAnimation div {
	position: absolute;
	height: 100%;
	width: 3px;
	font-size: 1;
	background: #54ce43;
}
.ero-progressAnimation div.frame0 {
	left: -3px;
}
.ero-progressAnimation div.frame1 {
	left: 0;
}
.ero-progressAnimation div.frame2 {
	left: 5px;
}
.ero-progressAnimation div.frame3 {
	left: 10px;
}

.VE_Pushpin_Popup_Title {
	color: brown;
	padding-bottom: 5px;
	font: bold 8pt Verdana, sans-serif;
}
.VE_Pushpin_Popup_Body {
	color: #676767;
	font: normal 6pt Verdana, sans-serif;
}
.VE_Pushpin_Popup_Link {
	color: blue;
	text-decoration: underline;
	font: bold 6pt Verdana, sans-serif;
}
.ero-actionsBackground {
	background: transparent;
}

