body {
	color: #fff;
	font-family: "futura-pt",sans-serif;
	margin-top: ;
	padding: 1em 4em;
}
h1 {
	font-size: 3.5em;
	line-height: 1.1;
	margin-top: 0;
	text-transform: uppercase;
}	
h2 {
	color: #000;
	font-size: 2em;
	text-align: right;
}
p, label {
	font-size: 1.3em;
	font-weight: 100;
	line-height: 1.2;
	letter-spacing: 1px;
}
label {
	color: #000;
	display: inline-block;
	font-weight: 500;
	text-align: right;
	text-shadow: 0 0 10px #FFF;
	width: 150px;
}

h3 {
	font-size: 30px;
}

input {
	font-size: 1.25em;
	margin-left: 5px;
	opacity: .8;
	padding: 4px;
	width: 200px;
}
select {
	margin-left: 5px;
	width: 210px;
}
input[type=submit] {
	background: #5CB85C;
	border: 1px solid #4CAE4C;
	color: #fff;
	width: 210px;
}
input[type=submit]:hover {
	background: #449D44;
	border: 1px solid #398439;
}
iframe {
	border-radius: 4px;
}
.disclosure {
	bottom: 0;
	color: #ffffff;
	font-size: .75em;
	left: 0;
	padding: 1em 10%;
	position: absolute;
	text-align: center;
	right: 0;
}
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.container {
	margin-top: 50px;
}
.info-wrapper {
	float: left;
	width: 450px;
}
.date {
	font-size: 1.125em;
	line-height: 1.5;
}
.form-wrapper {
	float: right;
	text-align: right;
}
.form-group {
	margin: .5em 0;
}
.error {
	color: red;
}
#result h3 {
	color: #000;
}
#result p {
	width: 200px;
	color: #000;
	text-align: right;
	margin: 0;
	padding: 0;
	float: right;
}

@media (max-width: 980px) {
	h1 {
		font-size: 2em;
	}
	.info-wrapper {
		width: 320px;
	}
}