body {
	background: #ffffff;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin: 0;
	color: #666;
}
a { text-decoration: none; color: #369; border-bottom: 1px dashed #369; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }
#container {
	margin:auto;
	width: 800px;
	padding: 0 px;
	text-align: center;
}
#message {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	width: 600px;
	margin: auto;
	border: 1px double #f0f0f0;
}
form {
	background: #f0f0f0;
	text-align: left;
	width: 400px;
	padding: 10px;
	margin: auto;
}
