@charset "UTF-8";
.style1 {
	font-size: 12pt;
	font-weight: bold;
}
/* CSS Document */

form {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

label {
	display:block;
	font-weight:bold;
	text-align: left;
	vertical-align: middle;
}
label {
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	font-weight: bold;
	color: #DA5700;
}

textarea {
width:400px;
height:150px;
}

.textInput {
	width:250px;
	margin-bottom: 10px;
}
.memberFormSections {
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	padding: 10px;
	border: 1px solid #CF7321;
}
.floatrightBoxes {
	float: right;
	width: 280px;
}
.floatleftBoxes {
	width: 260px;
	margin-left: 5px;
	margin-right: 310px;
}
legend {
}
