/****** GALLERY ********************/

DIV.content DIV.gallery-toolbar IMG,
DIV.content TABLE.gallery-picture IMG,
DIV.content TABLE.gallery-thumbnail IMG
{
	margin-bottom:0;
}

/****** GALLERY TOOLBAR ************/

DIV.content DIV.gallery-toolbar
{
	width:520px;
	text-align:right;	
	margin:10px 0;
}

DIV.content DIV.gallery-toolbar DIV.left
{
	float:left;
	width:110px;
	text-align:left;
}

DIV.content DIV.gallery-toolbar DIV.middle
{
	float:left;
	width:300px;
	text-align:center;
}

DIV.content DIV.gallery-toolbar DIV.right
{
	float:left;
	width:110px;
	text-align:right;
}

DIV.content DIV.gallery-toolbar DIV.middle A
{
	color:#004078;
}

DIV.content DIV.gallery-toolbar A.paging
{
	color:#666666;
	text-decoration:none;
	margin:0 2px;
}

DIV.content DIV.gallery-toolbar SPAN
{
	color: #666666;
	font-weight:bold;
	margin:0 2px;
}

/****** GALLERY THUMBNAIL ************/

DIV.content TABLE.gallery-thumbnail
{
	float:left;
	width:160px;
	height:160px;
	margin-right:20px;
	margin-bottom:10px;
	background-color:#E6E6E6;
}

DIV.content TABLE.thumb-col-3
{
	margin-right:0;
}

DIV.content TABLE.gallery-thumbnail TR TD
{
	padding:0;
	text-align:center;
	vertical-align:middle;
}

/****** GALLERY PICTURE ************/

DIV.content TABLE.gallery-picture
{
	width:520px;
	height:520px;
	/* margin-top:10px; */
	margin-bottom:10px;
}

DIV.content TABLE.gallery-picture TR TD
{
	padding:0;
	text-align:center;
	vertical-align:middle;
	background-color:#E6E6E6;
}


FORM#goof_fotoboek_form
{
	font-size:0.75em;
}

FORM#goof_fotoboek_form LABEL
{
  text-decoration:underline;
}

FORM#goof_fotoboek_form TEXTAREA
{
	height:80px;
	width:514px;
	margin:0;
	padding:2px;
	margin-bottom:10px;
	border: 1px solid black;
}

FORM#goof_fotoboek_form INPUT.text
{
	height:14px;
	width:514px;
	margin:0;
	padding:2px;
	margin-bottom:10px;
	border: 1px solid black;
}

FORM#goof_fotoboek_form INPUT.checkbox
{
	margin:0;
	width:auto;
	height:auto;
	margin-left:5px;
  margin-bottom:7px;
	vertical-align:top;
}

FORM#goof_fotoboek_form INPUT.submit
{
	margin:0;
	border: 1px solid black;
}

