input, select, textarea {
    margin:0;
    padding:0;
	
    outline:none;
    font-family:inherit; box-sizing:border-box /* make sure you use the other vendor prefixes */;
}

    label {  
        display: inline-block;  
        cursor: pointer;  
        padding-left: 15px;
		padding-bottom:7px;
        font-weight:normal;
		width:90%; top: 0;
    }  
	.quizArea p{
		margin-bottom:10px;
		margin-top:30px
	}
	.quizArea input {
		margin-left:25px;
		clear:both
	}
	input[type=radio] 
		{  
        	vertical-align:top;
			margin-top: 6px;
   		 }  

a.a_quizButton {
	background-color:#983be0;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding:10px 20px;
	padding-right:50px;
	 -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	background-image: linear-gradient(bottom, rgb(174,44,202) 0%, rgb(188,62,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(174,44,202) 0%, rgb(188,62,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(174,44,202) 0%, rgb(188,62,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(174,44,202) 0%, rgb(188,62,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(174,44,202) 0%, rgb(188,62,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #a52aec, 0px 5px 0px 0px #541585, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #a52aec, 0px 5px 0px 0px #541585, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #a52aec, 0px 5px 0px 0px #541585, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #a52aec, 0px 5px 0px 0px #541585, 0px 10px 5px #999;
}

a.a_quizButton:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #541585, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #541585, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #541585, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #541585, 0px 5px 3px #999;
}

a.a_quizButton::before {
	background-color:#7625b4;
	background-image:url(images/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #2b0556, 0px 1px 0px #bf60f0;
	-moz-box-shadow: inset 0px 1px 0px #2b0556, 0px 1px 0px #bf60f0;
	-o-box-shadow: inset 0px 1px 0px #2b0556, 0px 1px 0px #bf60f0;
	box-shadow: inset 0px 1px 0px #2b0556, 0px 1px 0px #bf60f0;
}

.a_quizButton:active::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #540e71, 0px 6px 3px #761aa6;
	-moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #540e71, 0px 6px 3px #761aa6;
	-o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #540e71, 0px 6px 3px #761aa6;
	box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #540e71, 0px 6px 3px #761aa6;
}

p.query { font-size:18px; font-weight:bold; text-align:left;}
fieldset { border:0; margin:0;}
#signup {width:630px; margin:0 auto;}
form#signupnew input {
				background: #e3e3e3;
				border: none;
				width: 300px;
				height: 30px;
				font-size: 14px;
				padding: 5px;
				border-radius: 3px 3px 3px 3px;
   				box-shadow: 1px 1px 2px #6a6a6a;
				text-align:center;
				margin-bottom:7px; font-family:Tahoma, Geneva, sans-serif; color:#555;margin:10px auto; display:block}
form#signupnew input.red_reg { background:#fff; width:140px; color:#9e0001; font-size:20px; margin:0 auto; display:block; margin-top:10px;height:70px; font-weight:bold}

@media only screen and (min-width:768px) and (max-width:980px) {
	#signup {
	width:100%; 
	margin:0 auto;
	}
}

@media only screen 
and (min-width : 490px ) 
and (max-width : 767px ){
	#signup {
	width:100%; 
	margin:0 auto;
	}
}

@media only screen and (max-width:489px) {
	#signup {
	width:100%; 
	margin:0 auto;
	}
	form#signupnew input {
		width: 98%;
	}
	.nextPage {
		text-align:center;
	}
	a.a_quizButton {
		font-weight:normal;
		position:relative;
		padding:10px 10px;
		padding-right:40px;
		font-size:100%;
	}
}