body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #line {
	background-color: #993333;
	height: 5px;
	width: auto;
}
#wrapper #content {
	float: right;
	width: 475px;
	font-size: 100%;
	text-align: justify;
}
#content #joining {
	position: relative;
}

#wrapper #content h1 {
	font-size: 150%;
	text-transform: lowercase;
	color: #993333;
}
#wrapper #content  h2 {
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#wrapper #content #form1 #joining h3 {
	color: #993333;
	font-size: 110%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #993333;
	border-right-color: #993333;
	border-bottom-color: #993333;
	border-left-color: #993333;
	font-weight: bold;
}

#wrapper #content  #joining .line {
	position: relative;
	height: 25px;
	vertical-align: middle;
}
#wrapper #content  #joining .des {
	position: relative;
	height: 175px;
	vertical-align: middle;
}
.clear {
	clear: both;
}


#wrapper #content   #joining .field {
	position: absolute;
	top: 0px;
	left: 132px;
}
