@charset "utf-8";
/* CSS Document */

#main table {
	width: 100%;
}

#main table.form input[type=text],
#main table.form textarea {
	font-size: 100%;
	padding: 4px;
	border: 1px solid #ccc;
	width: 97%;
}

#main table.form th {
	font-weight: bold;
	width: 150px;
}

#main table.form th,
#main table.form td {
	border-bottom: 1px dotted #999;
}

#main table.form th,
#main table.form td {
	padding: 10px 0;
}

#main .action {
	margin-top: 20px;
}

#main .action input[type=button] {
	width: 100px;
}
