@charset "UTF-8";

.form_error {
	border:1px solid red;
}
form table{
	width: 698px;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
form table th{
	padding: 6px;
	width: 172px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
}
form table td{
	padding: 6px;
	border-bottom: 1px solid #ddd;
}
form table td option {
	padding: 2px;
}
form table td textarea,
form table td input {
	padding: 2px;
	width: 454px;
	font-size: 100%;
	line-height: 150%;
}
form table td textarea {
	height: 200px;
}
form table td input.sex {
	width: auto;
}
form table td.submit {
	width: 698px;
	text-align: center;
}
form table td.submit input {
	padding: 2px 10px;
	width: auto;
}
div.error_list {
	margin-bottom: 20px;
	color: red;
}
div.error_list li{
	padding-left: 20px;
	background-image: url("../images/alert.gif");
	background-position: 3px 4px;
	background-repeat: no-repeat;
}
