body {
	background-color: #0B6138;
	height: auto;
	width: 700px;
	font-weight: bold;
	background-repeat: repeat;
	vertical-align: bottom;
	position: relative;
	text-align: justify;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 50px;
	margin-left: 25px;
}

.input_required {
	font-weight:590;
	background-color:#D6D6D6;
}
#fieldset_rule {
	border: thin groove #F00;
	background-color: #F2F5A9;
	font-size: 12px;
	background-repeat: repeat;
	height: auto;
	width: 600px;
	padding: 25px;
	margin: 25px;
}

#sub_fieldset_rule {
	border: thin solid #F00;
	width: 510px;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.submit_button {
	background-color: #0B6138;
	position: relative;
	height: 2px;
	width: 50%;
	border: thin groove #F00;
	text-align: center;
	overflow: visible;
	visibility: visible;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 6em;
	padding-left: 2em;
	right: -60px;
	}
