#contactboxLeft { /* left side */
	float: left;
	}
#contactboxRight { /* right side */
	float: left;
	}

table.formtable { /* the tables... */
	width: 240px;
	background: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px 0;
	}
table.formtable td {
	padding: 4px 0 4px 0;
	vertical-align: middle;
	}

col.contactleft { /* tabel column left */
	width: 80px;
	}
col.contactright {} /* table column right */

table.formtable select {} /* SELECT items */
table.formtable input { /* text items */
	width: 140px;
	padding: 2px;
	border: 1px solid #bbbbbb;
	background: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif, Sans;
	}
table.formtable textarea { /* textareas... */
	width: 100%;
	height: 280px;
	padding: 2px;
	border: 1px solid #bbbbbb;
	background: #ffffff;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans-Serif, Sans;
	}
input.submitButton { /* submit button */
	padding: 2px 5px 2px 5px;
	background: #009914 !important;
	width: auto !important;
	border: 1px solid #666 !important;
	color: #ffffff;
	font-weight: bold;
	}

input.postcode {
	width: 40px !important;
	}
input.city {
	width: 90px !important;
	}

span.headcon_emptyitem {
	color: #CC3300;
	}
span.asterix { /* "*" */
	color: #cc0000;
	}