#item {
	padding:10px 20px;
	text-align:center;
}

div.form {
	padding:10px 20px;
	text-align:center;
}
div.form form {
	margin:0;
}

p.error	{
	line-height:130%;
	color:#ff0000;
	margin:10px;
	text-align:center;
}

div.form p.lead {
	margin:0px;
	padding-bottom:1.2em;
}

div.form p.btns {
	text-align:center;
}
div.form p.btns input {
	margin:5px 0;
}

div.thanks {
	padding:10px 20px;
	text-align:center;
}


div.form table	{
	border-top:2px solid #CCC;
	border-right:none;
	border-bottom:none;
	border-left:none;
	width:90%;
	text-align:left;
}

div.form table th	{
	width:30%;
	vertical-align:top;
	line-height:130%;
	border-top:none;
	border-right:2px solid #CCC;
	border-bottom:2px dashed #CCC;
	border-left:none;
	padding-top:8px;
	font-weight:normal;
}

div.form table td	{
	width:70%;
	vertical-align:top;
	line-height:130%;
	border-top:none;
	border-right:none;
	border-bottom:2px dashed #CCC;
	border-left:none;
	padding-left:5px;
	padding-top:8px;
}

div.form table th span.shikaku	{
	color:#669900;
}
div.form table th span.hissu	{
	color:#cc0000;
}

