/* Styles that apply to the info box's containing element whether it has no beak, 
    a rightBeak, or a leftBeak */
.customInfoBox-noBeak, .customInfoBox-with-rightBeak, .customInfoBox-with-leftBeak
{
	position: absolute !important;
	z-index: 5000 !important;
}
/* Offset the body for the drop-shadow and set the body background and border just for 
    starters (developers can change this easily) */
.customInfoBox-body
{
	position: relative !important;
	left: 0px !important;
	top: 0px !important;
	padding: 8px !important;
	BACKGROUND-COLOR: #a59e98 !important;
	width:200px !important;
	border: none !important;
}
/* Apply a nice default drop-shadow after the default Virtual Earth info box styles are 
    cleared */
.customInfoBox-shadow
{
	background-color:Transparent !important;
}
/* Sections of the info box that a developer could style if desired, but have no style 
    when the default Virtual Earth info box styles are cleared */
.customInfoBox-previewArea, .customInfoBox-actionsBackground
{
}
/* Sections of the info box that should not be visible when the default Virtual Earth info 
    box styles are cleared */
.customInfoBox-actions, .customInfoBox-paddingHack
{
	display: none !important;
}
.customInfoBox-beak, .customInfoBox-progressAnimation
{
	visibility: hidden !important;
}
.VE_Pushpin_Popup_Body 
{	
	color:#fff !important;
}