/* replace HTML using these classes with the customInfo code */
#footerPopup {
	position:absolute;
	top:35px;
	left:120px;
	visibility:hidden;
}

#footerPopup2 {
	position:absolute;
	top:35px;
	left:120px;
	visibility:hidden;
}
.footerPopupTop {
	background-image:url(footer_bg_top.png);
	background-repeat:no-repeat;
	width:159px;
	height:47px;
}
* html .footerPopupTop	/* hack for ie6 background png */
{
	background-image:url(footer_bg_top.gif);
} 
.footerPopupBottom {
	background-image:url(footer_bg_bottom.png);
	background-repeat:no-repeat;
	width:159px;
	height:8px;
}
* html .footerPopupBottom	/* hack for ie6 background png */
{
	background-image:url(footer_bg_bottom.gif);
} 
.footerPopupBody {
	background-image:url(footer_bg_body.png);
	background-repeat:repeat-y;
	width:159px;
}
* html .footerPopupBody	/* hack for ie6 background png */
{
	background-image:url(footer_bg_body.gif);
} 
.footerPopupTopHeader {
	position:relative;
	left:23px;
	top:6px;
	width:130px;
}
.footerPopupBodyContent {
	position:relative;
	left:30px;
	top:-10px;
	width:120px;
}

.footerPopupBodyContent ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.footerPopupBodyContent li {
	list-style:none;
	padding:0px;
	margin:0px;
}


#footerPopup {
	position:absolute;
	top:457px;
	left:308px;
	visibility:hidden;
	width: 111px;
	height: 1px;
}

#footerPopup2 {
	position:absolute;
	top:628px;
	left:307px;
	visibility:hidden;
	width: 111px;
	height: 1px;
}

.floatRight {
	float:right;
	display:inline;
}

.floatLeft {
	float:left;
	display:inline;
}

.verticalMiddle {
	vertical-align:middle;
	border: none;
}

.marginTop5 {
	margin-top:4px;
}
