body
{
	background-color: #222;
	background-image: url("../texture.jpg");
	margin: 0;
	padding: 0;
}
table{ margin: auto; }
td .title
{
	float: right;
	color: #EEE;
	font-weight: bold;
}
input
{
	border: 1px solid #333;
	border-radius: 4px;
	padding: 5px;
	margin: 5px 0;
}
.submit{ text-align: right; }
.submit input
{
	background-color: #EEE;
	font-size: 16px;
	font-weight: bold;
	color: #444;
	letter-spacing: 2px;
	padding: 5px 10px;
}
div.title
{
	color: #EEE;
	font-size: 60px;
	font-weight: bold;
	font-family: "Microsoft Yahei";
	font-style: oblique;
	text-shadow: 0 0 4px #FFBC00;
	text-align: center;
	margin-bottom: 150px;
	letter-spacing: 2px;
}
