.body {
	text-align: center;
}

.content {
	margin: auto;
	text-align: left;
	width: 580px;
}

.content form table {
	width: 99%;
}

.content input, .content textarea {
	border: 2px solid #FFFFFF;
	background-color: #D0D0D0;
	color: #000000;
	-moz-border-radius: 3px;
}

.content input.text {
	width: 99%;
}

.content textarea {
	width: 99%;
}

.notice {
	background-color: #FFF98A;
	border-bottom: 2px solid #EAC156;
	border-right: 1px solid #C99000;
	color: #000000;
	font-size: 9pt;
	margin-bottom: 10px;
	padding: 4px 10px;
}
