
.hidden{
	display: none;
}

#step1,#step2,#step3,#step4,#step5 {
	position:relative;
	width:80%;
	max-width:500px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:60px;
	padding:20px;
	background:#fff;
	border:3px solid #f6ab00;
}

.q-title {
	margin-bottom:30px;
	font-weight:bold;
	
}

.q-contents {
	margin-bottom:30px;
}

.step-btn{
	height:50px;
	margin-right:5%;
}

.agreement {
	display:block;
	width:60px;
	margin:0 auto;
	margin-top:15px;
	text-align:center;
	font-size:12px;
}


#step5 .step-btn {
	display:none;
}



.last-prev-btn,.submit-btn {
	height:50px;
	margin-right:5%;
	float:left;
	border:none !important;
	background:#fff !important;
}

button {
	border:none !important;
	background:#fff !important;
}


.error-message {
	position:absolute;
	top:42px;
	left:20px;
	color:#fff;
	background:red;
	padding:2px 4px;
	font-size:12px;
}

input[type="text"],[type="email"],[type="tel"],select,textarea {
	border:0;
	margin-botom:20px;
	padding:10px;
	font-size:14px;
	border:solid 1px #ccc;
	background:#F5F5F5;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-shadow: inset 0 0 4px #fff;
	-webkit-box-shadow: inset 0 0 4px #fff;
	box-shadow: inner 0 0 4px #fff;
}



