.questions 
{
	height: 473px;
	background: url(/include/questions.jpg) no-repeat center;
	overflow: hidden;
} 

.questions .wrap 
{
	margin: 0px auto;
	padding: 0px;
	max-width: 1200px;
	height: auto;
}

.questions h1 
{
	font-weight: 300;
	margin-top: 50px;
}

.questions .form 
{
	width: 345px;
	margin: auto;
	text-align: center;
	margin-top: 50px;
}

.questions .form h2 
{
	font-weight: 300;
	font-size: 15px;
	margin-top: 60px;
	margin-bottom: 20px;
}

.questions .form form
{
	margin-top: -12px;
}

.questions form input 
{
	width: 300px;
	height: 50px;
	outline: none;
	border: 1px solid #231f20;
	border-radius: 5px;
	text-align: center;
	padding-top: 0 !important;
}

.questions .btn {
	width: 300px;
	height: 50px;
	border: none;
	font-size: 14px;
	font-weight: 600;
	background: #ffde00;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	padding-top: 17px;
	margin: auto;
	text-transform: uppercase;
	position: relative;
	top: -1px;
	box-shadow: 0px 4px 0px #cfb402;
	-webkit-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	transition: 0.1s linear;
}

.questions .form .btn 
{
	margin-top: 10px;
	border: none;
	background: #ffde00;
}

.questions .form .btn:hover 
{
	top: 2px;
	box-shadow: 0px 2px 0px #cfb402;
}