#exampleinfobox {
	background-color: #333333;
	padding: 10px;
	right: 0px;
	bottom: 0px;
	width: 400px;
	z-index: 100;
	position: fixed;
	color: #FFFFFF;
	letter-spacing: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; /*Add this for the time bing for FireFox support.*/
	border-radius: 5px; /*This is the basic CSS3 code for rounded corners.Works in Safari/Chrome, Opera and IE9,*/
	margin: 5px;
	border: 1px solid #666666;
}
#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;
	font-size: 16px;
	font-weight: bold;
}
