@charset "utf-8";

* {
margin: 0;
padding: 0;
}

body {
background: #FFF;
color: #333;
font-size: small;
line-height: 1.5;
text-align: center;
}

.form table {
	width: 720px;
}

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

.form table th {
	background: #eee;
	width: 12em;
}

.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 {
	text-align: left;
}
.abs {
	color: #F00;
}
