div#header, div#menu, div#footer, div#valid, div#navigation, div#subnav, div#comments,.notonprint
{
	display:			none;
}

body
{
	font-family:		Tahoma,Sans;	
	font-size:			10pt;
}

h1,h2,h3,h4
{
	font-family:		Arial, Sans;
}

p, ul, ol
{
	font-size:			12pt;
}

a:link, a:visited
{
	color:				#000;
}

#content a:link:after, #content a:visited:after 
{
	content: 			" (" attr(href) ") ";
	font-size: 			8pt;
}

#content a[href^="/"]:after 
{
	content: 			" (http://www.wavesandwildlife.com.au/" attr(href) ") ";
}

#content
{
	display:			block;
	margin:				1em;
}

/*	formulieren		*/
fieldset
{
	margin-bottom:		1em;
	padding:			1.5em;
	padding-left:		2em;
	padding-top:		2em;
}

fieldset legend
{
	font-size:			1.2em;
	font-weight:		bold;
	padding-right:		.5em;
}

label
{
	clear:				left;
	cursor:				pointer;
	display:			block;
	float:				left;
	font-size:			1.2em;
	line-height:		1.4em;
	margin-bottom:		.4em;
	margin-top:			.4em;
	width:				15em;
}

label.small
{
	display:			inline;
	width:				2em;
}

input, select, textarea
{
	background:			#FFF;
	border:				1px solid #b2b2b2;
	float:				left;
	margin-bottom:		.4em;
	padding:			.2em;
	width:				20em;
}

input:focus, textarea:focus, label:focus {
	background:			#fff;
	border:				1px solid #686868;
}

select, option
{
	margin-top:			.2em;
	padding:			.1em;
	width:				20.7em;
}

textarea
{
	font-family:		Arial;
	font-size:			100%;
	height:				8em;
	line-height:		150%;
	width:				28em;
}

div.block
{
	border-bottom:		1px solid #b2b2b2;
	float:				left;
	margin-bottom:		1em;
	margin-top:			.2em;
	width:				22.5em;
}

div.block label
{
	clear:				none;
	margin-bottom:		.2em;
	margin-left:		.4em;
	margin-top:			.2em;
	width:				auto;
}

div.block input
{
	clear:				left;
	margin-top:			.4em;
	width:				auto;
}

form p
{
	clear:				both;
	margin-top:			0;
}

input.submit
{
	cursor:				pointer;
	margin-top:			1em;
}

.onprint
{
	display:			block;
}