body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-color: #FFF;
}
#wrapper {
	width: 725px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#content {
	padding: 25px;
	text-align: center;
	height: 400px;
}
#footer {
	display: block;
	clear: both;
}

#wrapper #content form {
	text-align: center;
}

#content h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
#content table {
	border: thick solid #333333;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#content table td {
	color: #333333;
	font-weight: bold;
}
#content input {
	font-weight: bold;
	color: #333333;
	background-color: #FFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #666;
	border-left-color: #CCC;
}
#alert {
	background-color: #F00;
	color: #000;
	border: thin solid #000;
	font-weight: bold;
}
#alert ul {
	list-style-type:none;
}
