table.contact {
	background-image: url('/common/images/interface/contactBox.gif');
	background-repeat: no-repeat;
	margin: auto;
	width: 791px;
	height: 206px;
	padding-bottom: 40px;
}

td.spacer {
	height: 10px;
	line-height: 10px;
}

td.errors {
	color: #ff0000;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 10px;
	height: 20px;
}

td.field {
	white-space: nowrap;
}

td.field input.full {
	width: 97%;
}

td.label, td.label_red {
	width: 15%;
}

td.field {
	width: 25%;
	vertical-align: top;
}

td.message {
	width: 45%;
	vertical-align: top;
}

td.label, td.label_red, td.buttons {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

td.message textarea {
	height: 125px;
	width: 97%;
	overflow: auto;
}

td.label_red {
	color: #ff0000;
}

td.buttons {
	vertical-align: top;
	text-align: right;
}

td.buttons div.reset, td.buttons div.send {
	float: right;
	height: 28px;
	position: relative;
	top: 0px;
	left: -6px;
}

* html td.buttons div.reset {
	margin-left: 0px;
}

td.buttons div.reset, td.buttons div.send a {
	background-position: left;
	background-repeat: no-repeat;
}

td.buttons div.reset a {
	width: 70px;
	height: 28px;
	display: block;
	background-image: url('/common/images/interface/clear.gif');
}

td.buttons div.send a {
	width: 82px;
	height: 28px;
	display: block;
	background-image: url('/common/images/interface/submit.gif');
}

td.buttons div.reset a:hover, td.buttons div.send a:hover {
	background-position: right;
}

div#address {
	width: 100%;
	padding-left: 30px;
}
div#saskatoon {
	float: left;
	width: 300px;
}
div#regina {
	float: left;
	width: 300px;
	clear: right;
}
