/* General formatting for the form */

#application input {
	border: 1px solid #666666;
	margin: 2px;
}
#application select {
	border: 1px solid #666666;
	margin: 2px;
}
#application textarea {
	border: 1px solid #666666;
	margin: 2px;
}
#application #Submit {
	background-color: #FFFFCC;
	border: 1px solid #666666;
	filter: Invert;
	font-size: 11px;
	font-weight: bold;
}
#application #photo_of_person {
}

#application_form {
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 12px;
	background-color: transparent;
}
h6 {
	font-size: 13px;
	font-weight: bold;
	color: #FA8700;
	margin-bottom: 3px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.error_msg {
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}

h1 {
	font-size: 48px;
	color: #FA8700;
	font-family: baskerville, Georgia, Century, "baskerville Old Face", serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
}

.terms {
	color: #FA8700;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	color: #FA8700;
	margin-bottom: 3px;
	text-transform: uppercase;
}
#home_link {
	position: absolute;
	z-index: 6;
	left: 13px;
	top: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #686868;
}
a:hover {
	color: #820052;
	text-decoration: underline;
}#content #application_form #application table.invisible {
	display: none;
}
