#content {
	margin: 0 auto 200px auto;
	padding-top: 36px;
	width: 230px;
	}
	#content h1 {
		margin-bottom: 20px;
		font: 24px/24px "Times New Roman", Times, serif;
		font-style: italic;
		font-weight: normal;
		color: #9E4A20;
		}
	#user_form h2 {
		margin-bottom: 5px;
		font-size: 13px;
		line-height: 13px;
		font-weight: bold;
		color: #4C5429;
		}
	.input_text {
		padding: 4px 0 0 4px;
		margin-bottom: 12px;
		background: #fff;
		border: 1px solid #919B91;
		height: 17px;
		width: 98%;
		font-size: 11px;
		line-height: 11px;
		}
	#content p {
		margin: 12px 0;
		}
		#content p a {
			color: #4C5429;
			text-decoration: underline;
			}