* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #edf0f3;
	font-size: 15px;
}

.bg {
  /* The image used */
  background-image: url("bg.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

a {
	text-decoration: none;
}

h1, h2 {
	color: #FFF;
}

h1 {
	font-size: 25px;
}

h1 a {
	color: #FFF;
}

h2 {
	font-size: 15px;
	font-weight: normal;
}

#footer-note {
	font-size: 10px;
	text-align: center;
	color: #666;
}

#footer {
	margin-top: 10px;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #FFF;
}

#wrapper {
	width: 650px;
	margin: 20px auto;
}

#header {
	margin-bottom: 10px;
}

#badge {
	position: absolute;
	top: 10px;
	right: 10px;
}

#content {
	position: relative;
	background: #fff url(mann.jpg) no-repeat top left;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #000;
	min-height: 500px;
}

#content .list {
	padding-top: 40px;
	padding-left: 200px;
	padding-right: 20px;
	font-size: 16px;
}

#content .list .list-item span {
	color: rgb(188, 0, 2);;
	font-size: 22px;
}

#content .list .fa {
	margin-right: 5px;
	color: green;
}

#content .form-wrapper {
	padding: 60px 30px 30px ;
}

#content .form-wrapper-inner {
	background: #FAFAFA;
	box-shadow: 0px 0px 10px #CCC;
	padding: 10px;
}

#content .form-wrapper .form-header {
	background: #FF0000;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
}

#content .form-wrapper .form-table-wrapper {
	padding: 10px;
	background: #F0F0F0;
}

table.form-table {
	width: 100%;
	border-spacing: 0;
    border-collapse: collapse;
}

table.form-table td:first-child {
	white-space: nowrap;
	padding-right: 30px;
}

table.form-table td:last-child {
	font-size: 0px;
}

.spacer {
	height: 10px;
}

[name=salutation] {
	display: none;
}

[name="salutation"]:checked ~ .sal_button {
	background: #000060 !important;
	color: #FFF;
	font-weight: bold;
}

.sal_button {
	display: inline-block;
	height: 30px; 
	line-height: 30px;
	text-align: center;
	padding: 0px 10px;
	width: 50%;
	font-size: 16px;
	background: #f7f7f7;
	background: -moz-linear-gradient(top,#f7f7f7 0%,#d8d8d8 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#d8d8d8));
	background: -webkit-linear-gradient(top,#f7f7f7 0%,#d8d8d8 100%);
	background: -o-linear-gradient(top,#f7f7f7 0%,#d8d8d8 100%);
	background: -ms-linear-gradient(top,#f7f7f7 0%,#d8d8d8 100%);
	background: linear-gradient(to bottom,#f7f7f7 0%,#d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#d8d8d8',GradientType=0);
}

.sal_button:hover {
	cursor: pointer;
	background: #d8d8d8;
	background: -moz-linear-gradient(top,#d8d8d8 0%,#f7f7f7 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d8d8d8),color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top,#d8d8d8 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top,#d8d8d8 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top,#d8d8d8 0%,#f7f7f7 100%);
	background: linear-gradient(to bottom,#d8d8d8 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d8',endColorstr='#f7f7f7',GradientType=0);
}

select {
	width: 100%;
	background: #f7f7f7;
	background: -moz-linear-gradient(top,#f7f7f7 0%,#d8d8d8 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#d8d8d8));
	background: -webkit-linear-gradient(top,#f7f7f7 0%,#d8d8d8 100%);
	background: -o-linear-gradient(top,#f7f7f7 0%,#d8d8d8 100%);
	background: -ms-linear-gradient(top,#f7f7f7 0%,#d8d8d8 100%);
	background: linear-gradient(to bottom,#f7f7f7 0%,#d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7',endColorstr='#d8d8d8',GradientType=0);
}

select:hover {
	cursor: pointer;
	background: #d8d8d8;
	background: -moz-linear-gradient(top,#d8d8d8 0%,#f7f7f7 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d8d8d8),color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top,#d8d8d8 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top,#d8d8d8 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top,#d8d8d8 0%,#f7f7f7 100%);
	background: linear-gradient(to bottom,#d8d8d8 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d8d8',endColorstr='#f7f7f7',GradientType=0);
}

input[type="text"], select {
	height: 30px; 
	line-height: 30px;
	padding: 0px 10px;
	border: 1px solid #999;
	font-size: 14px;
}

input[type="text"] {
	width: 100%;
}

.third {
	display: inline-block;
	width: 33.33%;
}

.half {
	display: inline-block;
	width: 50%;
}

.quarter {
	display: inline-block;
	width: 25%;
}

.three-quarter {
	display: inline-block;
	width: 75%;
}

.input-wrapper:not(:last-child) {
	padding-right: 5px;
}

.cta-wrapper {
	text-align: center;
	padding: 20px 0px;
}

.cta {
    display: inline-block;
    padding: 30px;
    color: #FFF;
    font-size: 20px;
    background: #FF0000;
    font-weight: bold;
	width: auto;
	border: 0;
	cursor: pointer;
}

.cta:hover {
	background: #000099;
}

.note {
	padding-top: 5px;
}