@charset "utf-8";

.fullWidth {
	width: 98%;
	float: left;
	padding-bottom: 1em;
}

.halfWidth {
	width: 49%;
	float: left;
	padding-bottom: 1em;
}

label {
	font: bold 0.8em 'Lato', sans-serif;
	text-transform: uppercase;
	color: white;
	display: block;
}

input, textarea {
	width: 99%;
	border-radius: 5px;
	border: 1px solid gray;
	font: normal 12px auto;
	padding: 0.416666666666667em;
	box-shadow: 0 0 10px gray inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

textarea {
	resize: vertical;
	height: 100px;
}

input[type="radio"], input[type="checkbox"] {
	padding: 0;
	width: auto;
	height: auto;
	border-radius: 0;
}

select {
	width: 99%;
	font-size: 1em;
	font-weight: bold;
	border: 2px solid #eee;
}

input:focus, textarea:focus {
	box-shadow: 0 0 10px #79BEDB inset;
}

input.button {
	margin-top: 1EM;
	margin-bottom: 1EM;
	width: 100%;
	box-shadow: 0 0 10px gray;
	text-transform: uppercase;
	cursor: pointer;
	min-width: 100px;
	color: black;
	font-weight: bold;
	letter-spacing: 2px;
	
	background: rgb(169,3,41);
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1)));
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: #FABC00;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#Ffffff', endColorstr='#616161',GradientType=0 );
	background-image: -ms-linear-gradient(top, #Ffffff 0%, #616161 100%);
	background-image: -moz-linear-gradient(top, #Ffffff 0%, #616161 100%);
	background-image: -o-linear-gradient(top, #Ffffff 0%, #616161 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #Ffffff), color-stop(1, #616161));
	background-image: -webkit-linear-gradient(top, #Ffffff 0%, #616161 100%);
	background-image: linear-gradient(to bottom, #Ffffff 0%, #616161 100%);
}
input.button:active {
	text-shadow: 0 0 1px #8a8a8a;
	background: rgb(109,0,25);
	background: -moz-linear-gradient(top, rgba(109,0,25,1) 0%, rgba(143,2,34,1) 56%, rgba(169,3,41,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(109,0,25,1)), color-stop(56%, rgba(143,2,34,1)), color-stop(100%, rgba(169,3,41,1)));
	background: -webkit-linear-gradient(top, rgba(109,0,25,1) 0%, rgba(143,2,34,1) 56%, rgba(169,3,41,1) 100%);
	background: -o-linear-gradient(top, rgba(109,0,25,1) 0%, rgba(143,2,34,1) 56%, rgba(169,3,41,1) 100%);
	background: -ms-linear-gradient(top, rgba(109,0,25,1) 0%, rgba(143,2,34,1) 56%, rgba(169,3,41,1) 100%);
	background: linear-gradient(to bottom, rgba(109,0,25,1) 0%, rgba(143,2,34,1) 56%, rgba(169,3,41,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329', GradientType=0 );
background: #FABC00;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#ffffff',GradientType=0 );
	background-image: -ms-linear-gradient(top, #616161 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(top, #616161 0%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #616161 0%, #ffffff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #616161), color-stop(1, #ffffff));
	background-image: -webkit-linear-gradient(top, #616161 0%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #616161 0%, #ffffff 100%);
}