@charset "utf-8";
/* CSS Document */
.main {
	background-color: #b8ebe5;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.main-contact {
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.main-contact h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #3076c1;
	font-weight: normal;
	font-size: 2.2em;
}
.main-contact p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
label {
	font-weight: bold;
	display: block;
	padding-top: 10px;
	padding-bottom: 5px;
}
#name, #email {
	width: 250px;
	background-color: #FFF;
}
textarea {
	width: 280px;
	height: 150px;
	padding-bottom: 10px;
	background-color: #FFF;
}
.warning {
    color: #f00;
    font-weight: bold;
}
label[for^=gender], label[for^=extras] {
	display: inline-block;
	font-weight: normal;
}
label[for=terms] {
	display: inline-block;
	margin-right: 10px;
}
#terms {
	margin-left: 18px;
}
fieldset {
	border: none;
}
legend {
	font-weight: bold;
}
#send {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 200px;
	height: 40px;
	display: block;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border: 1px solid #207fc1;
	background: #68acde; /* Old browsers */
	background: -moz-linear-gradient(top, #68acde 0%, #3281be 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68acde), color-stop(100%,#3281be)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #68acde 0%,#3281be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #68acde 0%,#3281be 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #68acde 0%,#3281be 100%); /* IE10+ */
	background: linear-gradient(to bottom, #68acde 0%,#3281be 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68acde', endColorstr='#3281be',GradientType=0 ); /* IE6-9 */
}

#send:hover {
background: #95aad3; /* Old browsers */
background: -moz-linear-gradient(top, #95aad3 0%, #adabd3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95aad3), color-stop(100%,#adabd3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #95aad3 0%,#adabd3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #95aad3 0%,#adabd3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #95aad3 0%,#adabd3 100%); /* IE10+ */
background: linear-gradient(to bottom, #95aad3 0%,#adabd3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aad3', endColorstr='#adabd3',GradientType=0 ); /* IE6-9 */
}

.main-send-box {
	padding-top: 15px;
	margin-top: 15px;
}
.main-thankyou {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display: block;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 15px;
	height: 450px;
}
.main-thankyou h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #3076c1;
	font-weight: normal;
	font-size: 2.2em;
}
.main-thankyou p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
