/* ---------------------------------------------------------- */
div.raffle {
	margin-bottom: 2.5rem;
}

div.raffle #psd-raffle-container {
	border: 1px solid #F25923;
	border-radius: 0.5rem;
	padding: 20px;
}

div.raffle #psd-raffle-container * {
	color: #606060;
}
/*
div.raffle h2 {
	color: #ffffff;
}
div.raffle p {
	font-size: 1.3rem;
	margin: 0 0 1.5rem;
}
div.raffle h1 {
	font-size: 2.5rem;
	margin: 0 0 1.5rem;
}
*/
div.raffle .raffle-form-element {
	margin: 0 0 1rem;
}
div.raffle .raffle-form-element label {
	font-size: 1.3rem;
	width: 125px;
	display: inline-block;
}
div.raffle .raffle-form-element input {
	font-size: 1.5rem;
	width: 300px;
	border: 1px solid #606060;
	padding: 0.5rem;
	border-radius: 0.5rem;
}
div.raffle .raffle-form-element select {
	font-size: 1.3rem;
	width: 96px;
	border: 1px solid #606060;
	padding: 0.5rem;
	border-radius: 0.5rem;
}
div.raffle .raffle-form-element option {
	font-size: 1.3rem;
}

div.raffle fieldset {
    border-radius: 0.5rem;
    display: inline-block;
    padding: 1rem;
	margin: 2.5rem 0;
}

div.raffle legend {
    font-size: 1.5rem;
}

div.raffle a {
	font-size: 1.3rem;
	color: #F25923 !important;
}
div.raffle a:hover {
	text-decoration: underline;
}

div.raffle fieldset label {
	font-size: 1.3rem;
}

div.raffle #raffle-questions-container {
	background-color: #e9e9e9;
	padding: 2.5rem;
	border-radius: 0.5rem;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
div.raffle #raffle-questions-container .raffle-question-label {
	display: inline-block;
	font-size: 1.75rem;
	margin-bottom: 1rem;
}
div.raffle #raffle-questions-container select {
	font-size: 1.3rem;
	width: 200px;
	border: 1px solid #606060;
	padding: 0.5rem;
	border-radius: 0.5rem;
}
div.raffle #raffle-questions-container option {
	font-size: 1.3rem;
}
div.raffle #ajax_recaptcha {
	margin-bottom: 2rem;
}
div.raffle .raffle-block {
	font-size: 1.3rem;
	display: block;
	margin-bottom: 2rem;
}
div.raffle #raffle-submit-button {
	display: inline-block;
	
	cursor: pointer;
	
	border-radius: 0.5rem;
	border: none;
	
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
	
	padding: 0.5rem 2rem;
	
	background: #f25923;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f25923), to(#d23903));
	background-image: -webkit-linear-gradient(top, #f25923, #d23903);
	background-image: -moz-linear-gradient(top, #f25923, #d23903);
	background-image: -ms-linear-gradient(top, #f25923, #d23903);
	background-image: -o-linear-gradient(top, #f25923, #d23903);
	background-image: linear-gradient(top, #f25923, #d23903);
}
div.raffle #raffle-submit-button:hover {
	box-shadow: 0px 0px 2px #666666;
}
/* ---------------------------------------------------------- */

@media (max-width: 599px) {
	div.raffle #psd-raffle-container {
		padding: 10px;
	}
	
	div.raffle .raffle-form-element input {
		width: 100%;
	}
}