/* ExtraContent2 Show in upper left corner of browser window*/

#extraContainer2 {
	display: block;
	position: absolute;
	top: -2px;
	left: 0px;
	width: 200px;
	height: 200px;
	border: none;
	background: #fff;
	z-index: 3000;
	text-align: left;
}


