@charset "utf-8";

#maincontent .topics table {
    margin-bottom: 20px;
    font-size: 100%;
    width: 598px;
	border: 1px solid #A8A8A8;
}
.form {
}
.form table .abs {
	margin-left: 3px;
	color: #f00;
}

.form table th {
	background: #eee;
	width: 30%;
	background-image: url(image/nav.gif);
}

.form table td {
	border-bottom: 1px dashed #ccc;
	width: 70%;
}

.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;
}

#contactre table {
    margin-bottom: 20px;
    font-size: 100%;
    width: 598px;
	border: 1px solid #A8A8A8;
}

