/* INFOBOX */
.infoBoxGif {}

.infoBoxTopLeftGif {
	background-image: url('../gfx/infobox/top_left.gif');
	background-repeat: no-repeat;
	width: 4px;
	height: 4px;
}

.infoBoxTopCenterGif {
	background-image: url('../gfx/infobox/top_center.gif');
	background-repeat: repeat-x;
	height: 4px;
}

.infoBoxTopRightGif {
	background-image: url('../gfx/infobox/top_right.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 4px;
}

.infoBoxBottomLeftGif {
	background-image: url('../gfx/infobox/bottom_left.gif');
	background-repeat: no-repeat;
	width: 4px;
	height: 25px;
}

.infoBoxBottomPointerGif {
	background-image: url('../gfx/infobox/bottom_pointer.gif');
	background-repeat: no-repeat;
	width: 45px;
	height: 25px;
}

.infoBoxBottomCenterGif {
	background-image: url('../gfx/infobox/bottom_center.gif');
	background-repeat: repeat-x;
	height: 12px;
}

.infoBoxBottomRightGif {
	background-image: url('../gfx/infobox/bottom_right.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 25px;
}

.infoBoxMiddleLeftGif {
	background-image: url('../gfx/infobox/middle_left.gif');
	background-repeat: repeat-y;
	width: 4px;
}

.infoBoxMiddleRightGif {
	background-image: url('../gfx/infobox/middle_right.gif');
	background-repeat: repeat-y;
	width: 10px;
}
	
.infoBoxMiddleCenterGif {
	background-color: #ffffff;
}
