.wrapper {

	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/formBkgnd.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.formtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 12px;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FFFF00;
	font-size: 11px;
	color: #FFFF00;
	text-align: center;
	display: block;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
form {
	display: inline;
}
.error {
	font-weight: bold;
	color: #FFFF00;
	display: block;
}
.header {
	font-size: 18px;
	font-weight: bold;
	color: #FFFF00;
}

legend {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.txtYellow {
	font-size: 24px;
	color: #FFFF00;
}

