
#tmpbody {
	 background-image: url("https://sawdust-addict.com/wp-content/uploads/2020/07/quiz-report-bg-1.jpg");	
	background-size:     cover;                     
    background-repeat:   no-repeat;
    background-position: center center;
	margin-top: 0px;
	padding-top: 0px;
	}

.form-style-8{  
	font-family: 'Open Sans Condensed', arial, sans;
	display: none;
	width: 800px;
	padding:10px;
	background-color: transparent;
	margin: 10px;
	overflow:hidden;
	padding-top:0px;
	margin-top:0px;
	
}


.form-style-8 h2{
	background: #4D4D4D;
	text-align: center;
	color: transparent;
	text-decoration: none;
	font-size: 28px;
	font-family:Arial;
	font-weight: bold;
	padding: 20px;
	margin: -30px -30px 0px -30px;
	
}

.form-style-8 input[type="text"],
.form-style-8 select 

{
	display: inline-block;	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	width: 60%;
	padding: 7px;
	border: none;
	border-bottom: 1px solid #ddd;
	background: 	#F5F5DC ;
	margin-bottom: 10px;
	font: 24px Arial, Helvetica, sans-serif;
	height: 45px;
	left: 20px;
	position: absolute;
	text-align: center;
}

.form-style-8 h4
{
	display: inline-block;	
	background: transparent;
	font: 24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	
}

.form-style-8 h5 {
	display: inline-block;	
	background: transparent;
	font: 24px Arial, Helvetica, sans-serif;
	font-weight: normal;
	
	
	
}



.form-style-8 h6 {
		
	background: transparent;
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;	
	
}

.form-style-8 input[type="date"],
.form-style-8 input[type="datetime"],
.form-style-8 input[type="email"],
.form-style-8 input[type="number"],
.form-style-8 input[type="search"],
.form-style-8 input[type="time"],
.form-style-8 input[type="url"],
.form-style-8 input[type="password"],
.form-style-8 textarea,

{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	display: block;
	width: 100%;
	padding: 7px;
	border: none;
	border-bottom: 1px solid #ddd;
	background: transparent;
	margin-bottom: 10px;
	font: 18px Arial, Helvetica, sans-serif;
	height: 45px;
}
.form-style-8 textarea{
	resize:none;
	overflow: hidden;
}
 
.form-style-8 button,
.form-style-8 input[type="submit"],
.form-style-8 input[type="button"]

 {
	-moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
	-webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
	box-shadow: inset 0px 1px 0px 0px #45D6D6;
	background-color: #2CBBBB;
	border: 1px solid #27A0A0;
	display: inline-block;
	cursor: pointer;
	font: 28px Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 8px 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
}

.form-style-8 input[type="button"]:hover, 
.form-style-8 input[type="submit"]:hover {
	background:linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
	background-color:#34CACA;
	display: inline-block;	
	font: 28px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
}

.form-style-8 input[type=radio]{
	border: 0px;
	width: 20px;
	height: 20px;
	display: block;
	display: inline;
	
}

testlabel{
	display: inline-block;	
	vertical-align: middle;	
}

.form-style-8 input[type="checkbox"]{
	width: 20px;
	height: 20px;
	font-weight: bold; 
	
}

	
.qheader{
		 background-color: #000000;
		 background-image: url("wtc-quiz-header.png");
		 background-repeat: no-repeat;
		 background-size: 100%;
		 width:100%;
		 background-position: center;
		 height:120px;
		 margin:0px;
		 padding:0px; 
		
		
	}


