.iq-form {
	font-size: 16px;
}
.iq-form h3 {
	font-size: 25px !important;
    line-height: 25px !important;
    margin-bottom: 15px !important;
}
.iq-form .padding-none {
	padding:0 !important;
}
.iq-form input[type="text"], .iq-form input[type="email"] {
	border: 1px solid #333;
	border-radius: 3px;
	background: #EFEFEF;
}
.iq-form select {
	border: 1px solid #333 !important;
	border-radius: 3px !important;
	background: #EFEFEF !important;
  	cursor: pointer;
  	line-height: 38px;
}
.iq-form textarea {
	border: 1px solid #333;
	border-radius: 3px;
	background: #EFEFEF;
}
.iq-form input[type="submit"] {
	border: 1px solid #333;
	border-radius: 3px;
	box-shadow: 0 0 0;
	background: #ff0098;
	padding: 12px;
	display: block;
	width: 100%;
	font-size: 18px;
}
.iq-form input[type="submit"]:hover {
	background: #1ef614 !important;
}