.logo{
	display:block;
	margin:auto;
	margin-top:60px;
}

.quiz-holder{
	width:900px;
	margin:auto;
	color:#333323;
	position:relative;
	margin-top:70px;
}

.question input{
	 margin-left:20px;
	 float:left;
}
.question input:hover{
	cursor: pointer;
}
.question span{
	
}
.qholder{
	padding:10px 40px;
	color:#fff;
	background-color:#1C1661;
	font-weight:100;
	font-size:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.answer{
	background-color:#f0f0f0;
	color:#333323;
	font-size:20px;
	padding:20px;
	font-weight:300;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.answer{
	display:none;
}

.response{
	font-size:24px;
	width:100px;
	float:left;
	padding:10px;
	margin-top:-12px;
	margin-left:50px;
}

.gobutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #524cb4;
	-webkit-box-shadow:inset 0px 1px 0px 0px #524cb4;
	box-shadow:inset 0px 1px 0px 0px #1D195F;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #524cb4), color-stop(1, #1D195F) );
	background:-moz-linear-gradient( center top, #524cb4 5%, #1D195F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#524cb4', endColorstr='#1D195F');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #524cb4;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:300px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
	
}
.gobutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1D195F), color-stop(1, #524cb4) );
	background:-moz-linear-gradient( center top, #1D195F 5%, #524cb4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D195F', endColorstr='#524cb4');
	background-color:#1e62d0;
}.gobutton:active {
	position:relative;
	top:1px;
}