div.demoMsg{
	position: absolute;
	background-color: black;
	opacity: 0.7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0.8em;
	color: white;
	font-weight: bold;
	font-size: 1.3em;
	cursor: pointer;
	width: 40em;
	top: 5em;
	z-index: 30;
}

div.demoMsg h3{
	margin: 0;
	font-size: 1.5em;
}