.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
display: none;
z-index: 1000000;
left: 0px;
margin-left: -400px;
margin-top: -10px;
color: #333333;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 10px;
width: 514px;
font-size: 11px;
text-align: left;
}

.htmltooltipbar {
	width: 514px;
	height: 32px;
	margin: 0 0 0 0;
	border: none;
	text-align: right;
	white-space: nowrap;
	background-image: url(../images/popupbox_01.png);
	background-repeat: no-repeat;
}

.popupmidrow {
	background-image: url(../images/popupbox_02.png);
	background-repeat: repeat-y;
	width: 514px;
}

.popupcontentblock {
    position: relative;
	padding: 3px;
	color: #333333;
}

#popupwrapper {
    position: absolute;
	display: block;
	top: 200px;
}

.popupinfowrapper {
    position: relative;
	display: inline;
	float: left;
	top: 0px;
	width: 485px;
	padding-left: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
	color: #333333;
}

.popupfooter {
    position: relative;
	margin-top: 0px;
	width: 524px;
	height: 23px;
}

