/*
More specific layout stuff goes in here...
===================================

*/

body
{
	margin-top: 0px;
}

#content img.inline
{
	float: right;
	margin: 1em 0em 1em 2.5em;
}

hr
{
	clear: both;
}

h3.gallerydetail
{
	float: left;
}

p a.backbutton
{
	float: right;
}

div.formleft
{
	float: left;
}

div.formright
{
	float: left;
	margin-left: 0px;
}

input#submit
{
	margin-left: 85px;
	margin-bottom: 20px;
}

#contact input#submit
{
	margin-left: 0px;
}

label, input, textarea
{
	margin-top: 5px;
	margin-bottom: 5px;
}

textarea
{
	width: 300px;
}

label
{
	width: 80px;
	margin-right: 0.5em;
	display: inline-block;
}

#contact label
{
	width: 150px;
}

#contact input.text
{
	width: 180px;
	display: inline-block;
}


fieldset
{
	width: 420px;
	border: none;
}

#sidebar a
{
	font-size: 1.8em;
	font-weight: normal;
}



