@charset "utf-8";
/* CSS Document */


div#form {
}

div#form table {
	border-top:#EEEEEE solid 1px;
	margin-bottom:30px;
}

div#form table th {
	border-bottom:#EEEEEE solid 1px;
	width:150px;
	padding:10px;
	font-weight:normal;
}

div#form table td {
	border-bottom:#EEEEEE solid 1px;
	padding:10px;
}

div#form table td input {
	_margin-top:-5px;
	_margin-bottom:3px;
}

*:first-child+html div#form table td input {
	margin-top:-5px;
	margin-bottom:3px;
}

html>/**/body  div#form table td input {
	margin-top /*\**/: 2px\9;
	margin-bottom:3px\9;
	margin-right:3px\9;
}

div#form p.formbtn {
	text-align:center;
	margin-bottom:30px;
}
