@font-face {
	font-family: ProximaNovaRegular;
	src: url("ProximaNova/regular.eot");
	src: url("ProximaNova/regular.eot?") format("embedded-opentype"),
		url("ProximaNova/regular.woff") format("woff");
	font-style: normal;
	font-weight: bold;
}

html {
	background-color: none;
}

body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	/* color: #003478; */
	color: #676767;
}

@media only screen
and (max-width: 640px) {
	#bodyContent {
		width: 600px;
	}
}

hr {
	color: blue;
	background-color: darkblue;
	height: 3px;
}

input {
	font-size: 14px;
}

table {
	border-collapse: separate; /* collapse separate; */
	border-spacing: 5px;
	width: 600px;
	/* font-size: 14px; */
	text-align: left;
}

td input.border {
	text-align: left;
	border: solid 2px grey;
	border-radius: 2px;
	height: 40px;
	width: 100%;
	/* margin: 0 1em; */
	maxlength: 10;
}

td select.border {
	text-align: left;
	border: solid 2px grey;
	border-radius: 2px;
	height: 40px;
	width: 101%;
	/* margin-left: 15px; */
}

th {
	text-align: left;
}

tr {
	margin-bottom: 20px;
}

.button {
	width: 157px;
	height: 37px;
}

.imgButton {
	display: inline-block;
	width: 157px;
	height: 37px;
	overflow: hidden;
}

.centered {
	text-align: center;
	margin: auto;
}

.error {
	border: solid 2px rgb(0,52,120);
}

.errorIcon {
	margin-left: 0.5em;
}

.valid {
	border: solid 2px blue;
}

.hide {
	display: none;
}

.show {
	display: block;
}

#consent {
	color: grey;
	x-font-size: small;
}

#thanks_copy {
	width: 550px;
	margin: auto;
	margin-top: 0em;
	font-size: larger;
}
