.BannerContainer {
	position: relative;
}

.BannerContainer .cs-container-header { 
	position: absolute;
	top: 0;
	z-index: 10;
	margin: 4px;
}

.BannerContainer .cs-container-footer {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	margin-bottom: 10px;
}

.BannerContainer .cs-container-footer a.CommandButton {
	color: #ccc;
}

.BannerContainer .cs-container-actions .txt {
	white-space: nowrap;
}
