@charset "utf-8";

.form {
	width: 100%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.form table {
	border: 1px solid #ccc;
}

.form table .abs {
margin-left: 3px;
color: #f00;
}

.form table th {
background: #eee;
width: 25%;
}

.form table td {
border-bottom: 1px dashed #ccc;
width: 75%;
}

.form table th,
.form table td {
padding: 10px;
vertical-align: top;
text-align: left;
font-weight: normal;
}

.form table td.submit {
border: 0;
text-align: center;
}

.form form table tr th { margin-top: 10px; }


@media screen and (max-width: 640px) {
.form table th {
width: 25%;
}

.form table td {
width: 75%;
}
}