ul
{
	list-style: none
}
table
{
	margin-left: 20px;
}
td
{
	padding: 5px 5px 5px 0;
}
.label
{
	vertical-align: top;
	text-align: right;
}
form
{
	border: 1px solid #aaa;
	padding: 1em 2em;
}
.text, .message, .phone
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #acf;
}
.text, .message
{
	width: 30em;
}
.phone
{
	width: 15em;
}
a.postcode:link, a.postcode:visited, a.postcode:active
{
	background-color: white;
	color: black;
	text-decoration: none;
}
a.postcode:hover
{
	text-decoration: underline;
}
a.postcode span, td span
{
	text-decoration: underline;
}


