/*****************************
GLOBAL ELEMENTS
******************************/
/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0;
     padding: 0;
     border: 0;
}
body {
	background: #fff;
	color: #000;
	font: 10pt, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font: bold 14pt Arial, Helvetica, sans-serif;
	letter-spacing: 0.03em;
	padding: 0.5em 0;
	border-bottom: 1px solid #000;
}
p {
	line-height: 1.5em;
	margin-top: 0.5em;
}
form fieldset {
	margin-top: 10px;
	padding-bottom: 20px;
}
form fieldset legend {
	font-weight: bold;
	font-size: 15px;
	background: #ccc;
	color: inherit;
	margin-bottom: 15px;
	padding: 5px;
}
form input {
	border: 1px solid #000;
	font-size: 14pt;
	width: 500px;
}
form fieldset label {
	display: block;
	padding-top: 10px;
}
/*****************************
END GLOBAL ELEMENTS
******************************/

/*****************************
LAYOUT
******************************/
#wrapper {
	margin: 2%;
}
form fieldset input#postcode {
	width: 50px;
}
form fieldset input#phone,
form fieldset input#fax {
	width: 200px;
}
form fieldset input#email,
form fieldset input#web {
	width: 300px;
}
form fieldset label#add2Label {
	text-indent: -1000em; /*big negative indent to stop the add2 label showing without breaking the layout*/
}
body#membappform table#membcats {
	margin-top: 10px;
	/*border: 1px solid #000;*/
}
body#membappform table#membcats caption {
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	margin-top: 20px;
}
body#membappform table#membcats th {
	background: #ccc;
	color: inherit;
	padding: 5px 0;
	vertical-align: top;
	border-bottom: 1px solid #fff;
}
body#membappform table#membcats th[scope="col"] {
	padding: 10px 0;
}
body#membappform table#membcats td {
	text-align: center;
	padding: 5px;
	border: 1px solid #666;
}

body#membappform table#membcats td.cat {
	text-align: left;
}
body#membappform table#membcats td span.subcat {
	margin-left: 30px;
}
/*****************************
END LAYOUT
******************************/
