#exampleinfobox {
	background-color: #333333;
	padding: 10px;
	right: 0px;
	bottom: 0px;
	width: 400px;
	z-index: 3;
	position: absolute;
	color: #FFFFFF;
	letter-spacing: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#exampleinfobox h1 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 10px;
	text-transform: none;
	line-height: 1em;
	letter-spacing: 0px;
	background-color: #333333;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#exampleinfobox p {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
#exampleinfobox a {
	color: #00FFFF;
}

