@charset "utf-8";
div#contact table {
	width: 100%;
}

div#contact table th {
	text-align: left;
	vertical-align: top;
}
div#contact span.required       {
	color: #FF0000;
	font-weight: bold;
}
div#contact  img.required    {
	vertical-align: top;
	height: 16px;
	width: 16px;
}
div#contact table .comment {
	font-style: italic;
}

