﻿#head
{
	text-align:center;
	margin:20px auto;
}

#forms
{
	width:90%;
	text-align:center;
	margin:50px auto;
	color:#369;
}

.textbox
{
	border:1px solid #999;
	width:180px;
	height:20px;
	line-height:20px;
	color:#333;
	background:#F6F6F6;
	margin-right:20px;
}

.button
{
	border:1px solid #999;
	width:80px;
	height:20px;
	line-height:20px;
	color:#333;
	background:#F6F6F6;
}

table
{
	width:90%;
	margin:50px auto;
}

table th
{
	height:30px;
	text-align:center;
}

table td
{
	height:35px;
	text-align:center;
}

table td a
{
	color:#036;
	text-decoration:none;
}
