div.infoBox
{
	position: absolute;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
}
div.infoBox div.boxContent
{
	border: solid 7px #a3a371;
	width: 532px;
	height: 390px;
	background-color: #fdfdf0;
    color: #6d6e70;
    font-size: 11px;
}
div.infoBox div.boxContent td
{
    vertical-align: top;
}
div.infoBox div.boxContent a
{
    color: #6d6e70;
    text-decoration: none;
}

div.transparentBackground
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	background-color: White;
	filter:alpha(opacity=35);
	opacity: 0.35;
	-moz-opacity:0.35;
	z-index: 10;
}
td.rightShadow
{
    width: 21px;
    background-repeat: no-repeat;
    background-image: url(../images/info_box/shadow_right.png);
}
td.bottomShadow
{
	height: 17px;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(../images/info_box/shadow_bottom.png);
}
