.ContainerHeader {
	position: relative;
}
.ContainerHeader .containerhelp {
	position: absolute;
	right: 0px;
}
.ContainerFooter {
        position: relative;
        margin-left: 5px;
}
.ContainerFooter span {
        position: absolute;
        right: 0px;
}
.ContainerHeader table {
	display: inline;
}

.ContainerWrapper {
	position: relative;
	margin: 0px 0 0 5px;
}
.TLBorder {
        padding: 0 5px 0.5em 5px;
}
.TLBorder P {
	margin-bottom: 0px;
}
.RoundCorner {
	height: 4px;
	width: 4px;
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
}
* html .RoundCorner {
	left: -7px;
}
