.eits-box-top {
	background-image: url(../images/boxes/box-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
}


.eits-box-overflow {
	background-image: url(../images/boxes/box-body.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.eits-box-body {
	padding-top: 6px;
	padding-bottom: 14px;
	background-image: url(../images/boxes/box-background.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.eits-box-body a {
	text-decoration: none;

}

.eits-box-titlebar-green {
	background-image: url(../images/boxes/box-titlebar-green.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}

.eits-box-titlebar-blue {
	background-image: url(../images/boxes/box-titlebar-blue.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}


.eits-box-titlebar-request-info {
	background-image: url(../images/requestbuttons/box-title-request-information.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}


.eits-box-titlebar-request-info:hover {
	background-image: url(../images/requestbuttons/box-title-request-information-over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	cursor: pointer;
}