@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
}
form {
}
.text_form {
	width: 150px;
	color:#666;
	border:double 3px #CCCCCC;
	font-size:16px;
}
h2 {
	font-weight: bolder;
	font-size: 20px;
	color: #60C;
}
#wrapper {
	width: 460px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 20px;
	border: 2px solid #60C;
}
table {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
th {
	text-align: right;
}
