form#competition {
	width: 100%;
	margin-bottom: 100px;
}
form#competition p {
	width: 49%;
	display: inline-block;
}
form#competition p.last_name,
form#competition p.country {
	float: right;
}
form#competition p.answer,
form#competition p.rg_newsletter,
form#competition p.exodus_newsletter,
form#competition p.enter_competition {
	width: 100%;
}
form#competition p.rg_newsletter {
	padding-bottom: 0;
}
form#competition p.answer {
	padding-bottom: 10px;
}
form#competition p label {
	display: block;
	font-size: 20px;
	color: #4d4d4d;
	font-family: 'DINNextW01-CondensedMed',Arial,Helvetica,sans-serif;
}
form#competition p label span {
	color: #EF7F03;
}
form#competition p input,
form#competition p textarea,
form#competition p select {
	display: block;
	width: 100%;
}
form#competition p input,
form#competition p textarea,
form#competition p select {
	width: 100%;
	border: 2px solid #e6e6e6;
	border-radius: 5px;
	font-size: 16px;
	height: 40px;
	font-family: 'DIN Next W01 Light', Arial, Helvetica, sans-serif;
	background: #fcfcfc;
	padding-left: 10px;
	padding-top: 2px;
	margin-top: 2px;
	color: #4d4d4d;
	outline: none;
	-webkit-appearance: none;
}
form#competition p select {
	background-image: url('../img/dropdown.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 15px;
	cursor: pointer;
}
form#competition p textarea {
	height: auto;
	padding: 10px;
}
form#competition p input:focus,
form#competition p textarea:focus {
	background: white;
}
form#competition p input[type=submit] {
	background-color: #EF7F03;
	color: white;
	border: 0;
	border-radius: 5px;
	padding: 10px;
	width: 280px;
	font-size: 20px;
	font-family: 'DIN Next W01 Regular', Arial, Helvetica, sans-serif;
	outline: none;
	transition: 0.3s;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-position: 10px center;
}
form#competition p input[type=submit]:hover {
	cursor: pointer;
	background-color: black;
}
form#competition p input[type=submit].processing {
	background-image: url('../img/spinner.gif');
	background-size: 16px;
	background-position: 10px center;
	background-repeat: no-repeat;
}
form#competition p input[type=checkbox] {
	width: auto;
	display: none;
	vertical-align: middle;
}
form#competition #answer_count {
	float: right;
	font-size: 0.7em;
}
form#competition p label[for="last_name"] {
	visibility: hidden;
}
form#competition p input.error,
form#competition p textarea.error {
	border-color: darkred;
	color: darkred;
}
form#competition p .fancy_checkbox {
	width: 22px;
	height: 22px;
	border-radius: 4px;
	display: inline-block;
	border: 2px solid #e6e6e6;
	vertical-align: text-top;
	margin-right: 6px;
}
form#competition p .fancy_checkbox:hover {
	cursor: pointer;
}
form#competition p .fancy_checkbox.active {
	background-image: url('../img/checked.jpg');
	background-size: 18px;
}
.enter-thanks {
	text-align: center;
	color: #4d4d4d;
}
.enter-thanks span {
	display: block;
	font-family: 'DINNextW01-CondensedLig', Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1em;
}
.enter-thanks span.good-luck {
	font-family: 'DINNextW01-CondensedMed', Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}
.enter-thanks p {
	font-size: 22px;
	font-family: 'DINNextW01-CondensedLig', Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	line-height: 1.3em;
}
.enter-thanks span.get-ebook {
	margin-top: 50px;
}
.enter-thanks p a {
	font-size: 22px;
	font-family: 'DINNextW01-CondensedMed', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.signed-up {
	margin-bottom: -60px;
}
.rg-discount-ebooks .rgde-inner-content.padded {
	padding-top: 19px;
}
form#competition p label .req_error {
	margin-left: 10px;
	color: darkred;
}
@media screen and (max-width: 959px) {
	.signed-up {
		margin-bottom: -47px;
	}
	.rg-discount-ebooks .rgde-inner-content.padded {
		padding-top: 0;
	}
}
@media screen and (max-width: 639px) {
	form#competition p {
		width: 100%;
	}
	form#competition p label[for="last_name"] {
		display: none;
	}
	form#competition p.first_name {
		padding-bottom: 6px;
	}
	form#competition p.rg_newsletter {
		padding-bottom: 15px;
	}
	form#competition p input[type=submit] {
		width: 100%;
	}
	.signed-up {
		margin-bottom: -17px;
	}
}
