body {
	width: 964px;
}

h3 {
	margin: 0px 0px 16px 0px;
}

form {
	width: 964px;
	margin: 0px;
	background-color: #576888;
}

div, textarea {
	display: inline-block;
	height: 80px;
	margin: 16px 0px 16px 16px;
	vertical-align: top;
}

div.section, textarea {
	width: 160px;
}

div.intro {
	width: 200px;
}

label {
	font-family: 'Roboto Condensed', sans-serif;
	margin-left: 16px;
}

input {
	width: 160px;
	height: 32px;
	margin-bottom: 16px;
}
input, textarea {
	box-sizing: border-box;
	border: 1px solid #bbb;
	font-family: monospace;
	font-size: 14px;
	padding: 4px;
}

textarea {
	height: 80px;
	width: 240px;
}

input.submit {
	display: inline-block;
	width: 160px;
	height: 32px;
	margin: 40px 0px 16px 16px;
	vertical-align: middle;

	background: #bbb;
	background: -moz-linear-gradient(top, #fff 20%, #bbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#fff), color-stop(100%,#bbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 20%,#bbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 20%,#bbb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 20%,#bbb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff 20%,#bbb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbbccc',GradientType=0 ); /* IE6-9 */
	border-radius: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	width: 80px;
	float: right;
	margin-right: 16px;
}

p {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0px;
}

p span {
	white-space: nowrap;
}

p.note {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}

em {
	font-style: normal;
	color: #4777cf;
}

input.highlight {
	border-color: #CC0000;
	border-width: 2px;
	background: #f9f2f0;
	background: -moz-linear-gradient(top, #efd4cc 20%, #f9f2f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#efd4cc), color-stop(100%,#f9f2f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efd4cc 20%,#f9f2f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efd4cc 20%,#f9f2f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efd4cc 20%,#f9f2f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #efd4cc 20%,#f9f2f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd4cc', endColorstr='#f9f2f0',GradientType=0 ); /* IE6-9 */
}

