body {
	margin: 0;
	padding: 0 20px 20px 20px;
	font: 13px Verdana, Sans-serif;
}
hr {
	border: 0;
	width: 100%;
	background: #CCCCCC;
	height: 1px;
}
a:active, a:visited, a:link {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
img {
	display: none;
}
.upper {
	text-transform: uppercase;
}
.boxerrors h3 {
	color: #CC0000;
	font-weight: bold;
}
.boxcomplete {
	border: 2px solid #5BB93E;
	margin-bottom: 10px;
}
.boxcomplete h3 {
	color: #5BB93E;
	font-weight: bold;
}
.formdetails {
	margin: 0;
	overflow: hidden !important;
	overflow: visible;
	height: 100%;
}
.formdetails span {
	overflow: hidden !important;
	overflow: visible;
	height: 100%;
}
.formdetails span.selections {
	clear: both;
	display: block;
}
.formdetails label {
	text-align: left;
	float: left;
	font-weight: bold;
	clear: both;
	padding-bottom: 6px;
	padding-top: 4px;
	display: block;
}
.formdetails input {
	float: left;
	width: 332px;
	border: 1px solid #999999;
	padding: 2px;
	font-size: 12px;
	clear: both;
}
.formdetails select {
	float: left;
	width: 338px;
	padding: 2px;
	border: 1px solid #999999;
	font-size: 12px;
}
.formdetails select.date {
	float: left;
	width: 110px;
	padding: 2px;
	border: 1px solid #999999;
	font-size: 12px;
}
.formdetails select.large {
	clear: both;
}
.formdetails input.required {
	width: 318px;
	padding: 2px 16px 2px 2px;
	background: #FFFFFF url(../../images/field-required.gif) top right no-repeat;
}
.formdetails p {
	float: left;
	width: 322px;
	clear: both;
	margin: 0;
}
.formdetails input.orange {
	width: 160px;
	padding: 2px;
	margin-top: 0 !important;
	margin-top: 20px;
	border: 2px solid #2E5073;
	background: #336699;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
