#mevioTooltip {
	position: absolute;
	margin-left: 1px;
	width: 202px;
	padding-bottom: 19px;
	background-image: url(/images5/main/tooltip_2_base.png);
	background-position: bottom;
	background-repeat: no-repeat;
	}

#mevioTooltip .mevioTooltipInner {
	color: #0f3656;
	padding: 4px;
	text-align: center;
	background: url(/images5/main/tooltip_2_bg.png);
	}

#mevioTooltip p {
	margin: 0;
	padding: 8px 8px 0 8px;
	color: #ee6d29;
	text-transform: uppercase;
	font-weight: bold;
	}

#mevioTooltipModal {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background-image: url(/images5/main/tooltip-modal-bg.png);
	background-repeat: repeat;
	}

#mevioTooltipModalDialog {
	width: 400px;
	margin: 0 auto;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	padding: 10px;
	border: 10px solid #ccc;
	}
