#legal-content {
	position: relative;
	left:1px;
	top: 90px;
	height: 70px;
	width:728px;
	z-index:5;
	padding: 10px;
    -webkit-transform-style: preserve-3d; /* Chrome, Safari, Opera */   
    transform-style: preserve-3d;
    transform:translate3d(0px,0px,1px);
    -webkit-transform:translate3d(0px,0px,1px);
}

#btn-close {
	margin-bottom: 10px;
	cursor: pointer;
	display: inline-block;
	z-index: 2;
	position: relative;
}

#legal-txt {
	position: absolute;
	z-index: 2;
}

#legal-background {
	position: absolute;
	left:1px;
	top: 90px;
	height: 90px;
	width:530px;
	background-color: #fff;
	z-index: 1;
}

#logo-vanguard-legal {
	position: absolute;
	bottom: 3px;
    right: 7px;
	z-index: 2;
}

