* {
	padding: 0;
	margin: 0;
}

label {
	color: white;
}

body {
	font-size: 90%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fcb514;
	color: #333;
}

h2 {
	font-size: 2.2em;
	color: white;
	font-weight: bold;
	margin-bottom:7px;
	position: relative;
}

#PreloadMessage {
	position: absolute; 
	z-index: 1; 
	color: black;
	background-color: white; 
	left: 10%; 
	top: 20%; 
	width: 80%; 
	height: 40%; 
	border: gray 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 100px;
}

#LoadProgress {
	display: none; 
	color: black; 
	position: absolute; 
	z-index: 1; 
	left: 30%; 
	top: 70%; 
	width: 40%; 
	height: 25px; 
	font-family: Verdana; 
	font-size: 11;
	text-align: center;
}
           
