/*
-----------------------------------------------
shepherd+ wedderburn styles (contact)
----------------------------------------------- */

/* Subnav
----------------------------------------------- */
#sn-enquiry-form, ul#nav #contact #sn-enquiry-form a {
	background:url(../img/contact/nav/enquiry-form.gif) no-repeat;
	width:98px;
}
#sn-office-locations, ul#nav #contact #sn-office-locations a {
	background:url(../img/contact/nav/office-locations.gif) no-repeat;
	width:116px;
}

ul#nav #contact #sn-enquiry-form.on a, ul#nav #contact #sn-office-locations.on a { background-position:0 -54px; }
ul#nav #contact #sn-enquiry-form a:hover, ul#nav #contact #sn-office-locations a:hover { background-position:0 -27px; }
ul#nav #contact #sn-enquiry-form.on a:hover, ul#nav #contact #sn-office-locations.on a:hover { background-position:0 -54px; }


/* Forms */
#enquiryForm td {
	vertical-align:top;
}
.textbox input {
	width:150px;
}
.email input {
	width:200px;
}
#enquiryForm label {
	padding:3px 0;
	display:block;
	text-align:right;
}
.textarea textarea {
	width:240px;
}

#leftLinks.engage {
	background:#fff;
	border-color:#099;
}