/* ===============================================
The style for the contactform page
=============================================== */

table.dynform
	{
	width: 100%;
	border-collapse: collapse;

	}

td.dynform
	{
	vertical-align: top;
	text-align: left;

	}


