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

table.contactform
	{
	width: 100%;
	border-collapse: collapse;
	
	}

td.contactform
	{
	vertical-align: top;
	text-align: left;
	
	}


