body{ 
	padding-top:71px;

	background: black;
}

.innerContainer{ 
width:100%;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 1em;
border: 2px solid black;
    
background: #9900CC;    
}

.Q1{ 
width:96%;

margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 1em;
border: 1px solid black;
padding: 5px;    
background: #9900CC;
  
color: white;
font-size: 1em;
font-face: bold;  
}





.Q{ 
width:96%;

margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 1em;
border: 1px solid white;
padding: 6px;    
background:#FFFF99;   
color: red;
font-size: 1.5em;
font-weight:bold;  
}


.Op{ 
width:93%;
margin-top: 18px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
border: 1px solid #000;
padding: 6px;    
background: White;  
color: black;
font-size: 1em;  
}


.sPanel{ 
width:70%;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
border: 10px solid yellow;
padding: 20px;    
background: black;  
color: black;
font-size: 25;  
}


.warn{ 
width:60%;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: 1em;
border: 6px solid white;
padding: 20px;    
background: black;
color: white;    
font-size: 20
}


.warn div{ 
margin-bottom: 1em;
padding: 2px;    
background: white;
color: red;    
font-size: 32
}

.header{ 
width:100%;
margin-top: 2%;


background: white;    
color: white;
}

.Hcontainer{ 
width:60%;
margin-left: auto;
margin-right: auto;
margin-bottom: 1em;
border: 2px solid black;
background: white;    
}

.search{ 
width:90%;
margin-left: auto;
margin-right: auto;
margin-bottom: 3%;
border: 1px solid black;
background: black; 
 

}

.bgImage{

		background: url(image3.jpg);
		width:100%;
		height:72%;
		top:0;
		float:left;
		color:white;
		font-size:18;
		font-family: Arial Unicode MS;
}

.wan{
		
		width:96%;
		margin-left: auto;
		margin-right: auto;
		padding: 20px;    
		background: black; 		
		color: white;
		font-size:18px;
		
}


.combo{		width:100%; 
		height:30px;
		color:red;
		

}
 

.select-style{
		border:1px solid #ccc;
		width:100%;
		border-radius:3px;
		overflow:hidden;
		background: #fafafa url("img/icon-select.png") no-repeat 90% 50%;
		




}
 
.select-style select{
		padding : 5px 8px;
		width: 110%;
		border: none;
		box-shadow: none;
		background: transparent;
		background-image: none;
		
		-webkit-appearance:none;
}

.select-style select:focus{
		outline: none;
}

input[type='radio']:after { 
width: 15px; 
height: 15px; 
border-radius: 15px; 
top: -2px; 
left: -1px; 
position: relative; 
background-color: white; 
content: ''; 
display: inline-block; 
visibility: visible; 
border: 2px solid purple; 
} 

input[type='radio']:checked:after { 
width: 15px; 
height: 15px; 
border-radius: 15px; 
top: -2px; 
left: -1px; 
position: relative; 
background-color: red; 
content: ''; 
display: inline-block; 
visibility: visible; 
border: 2px solid gold; 
}