.VR15S_subtitle {
	display: block;
	position: fixed;
	bottom: 50px;
	left: 50px;
	right: 50px;
	padding: 25px;
	background-color: rgb(190,214,255);
	border: solid 4px black;
	border-radius: 15px;
	text-align: center;
	z-index: 1000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 3em;
}

.VR15S_closeSubtitle {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	height: 16px;
	width: 16px;
	background-image: url('../buttons/grey/close.png');
	background-size: 100% 100%;
}
