/* Flexible MultiPopup Style with Transparent Background */
/* Example MultipPopup style by hesido.com */
/* Link this in header or paste contents in your CSS file or HTML style tag. */


/* Styles needed for multipopup.js - start */
#popupcontainer {
/* mind the box model! */
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
	width: 180px;
	z-index: 100;
	border: none;
	overflow: visible;
}
#popupcontent {
	height: auto;
	width: auto;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 12px;
	position: relative;
	padding: 8px;
	border: 3px solid #324234;
	background-image: url(infoback1.png);
}

* html #popupcontent {
	height: 100%; /* squash IE bug */
}

/* following is for transparent PNG IE hack, remove if you are not using transparent images*/
* html #popupcontent {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='infoback1.png');
	background-image: none;
}
/* Styles needed for multipopup.js - end */
