@charset "utf-8";
#form {
	width: 715px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 1.4em;
}
#form table {
	width: 715px;
	border-collapse: collapse;
}
#form th {
	width: 25%;
	padding: 10px;
	background-color: #EEE;
	text-align: left;
	border: solid 1px #CCC;
	vertical-align: top;
}
#form td {
	width: 75%;
	padding: 10px;
	text-align: left;
	border: solid 1px #CCC;
	vertical-align: middle;
}
#form td.btm {
	border-bottom: none;
	padding-bottom: 5px;
}
#form td.top {
	border-top: none;
	padding-top: 5px;
}
#form p.agree {
	text-align: center;
	padding-top: 10px;
}
#form .send {
	width: 180px;
	height: 40px;
	margin: 0 auto;
	padding-top: 10px;
}
#form span.small {
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
}
#form a:link,
#form a:active,
#form a:visited {
	color: #900;
	text-decoration: underline;
}
#form a:hover {
	color: #900;
	text-decoration: none;
}