@charset "utf-8";
/* 
// @@@
// @@ Author: Marco Houtman
// @@ Date: 2007-07-18
// @@ Last change: 2007-11-21
// @@ Version: 1
// @@ Revision: 0
// @@ Copyright: Ecommany B.V.
// @@ Description: stylesheet onderdeel guestbook
// @@$
*/

/* container van het guestbook: hierin worden de items opgenomen */
#guestbook_container {
	float: left;
	position: relative;
	display: inline;
	
	width: 600px;
	margin: 0px 0px 0px 0px;
}

/* balk waarin de 'sign' knop wordt opgenomen */
#guestbook_sign {
	float: left;
	position: relative;
	display: inline;
	
	width: 600px;
	text-align: center;
}

/* rode balk met daarin de naam / e-mailadres + datum tijd van de signer */
.guestbook_item_top {
	float: left;
	position: relative;
	display: inline;
	
	width: 600px;
	background-color: #980A1B;
}

.guestbook_item_signer {
	float: left;
	position: relative;
	display: inline;
	
	width: 450px;
}

.guestbook_item_datetime {
	float: left;
	position: relative;
	display: inline;
	
	width: 150px;
	text-align: right;
}

.guestbook_item_content {
	float: left;
	position: relative;
	display: inline;
	
	width: 600px;
}

.guestbook_item_spacer {
	float: left;
	position: relative;
	display: inline;
	overflow: hidden;
	
	width: 100px;
	height: 10px;
}

#guestbook_navigation {
	float: left;
	position: relative;
	display: inline;
	
	width: 600px;
	text-align: center;
}

.guestbook_item_row {
	float: left;
	position: relative;
	display: inline;
	
	width: 600px;
}

.guestbook_form_label {
	float: left;
	position: relative;
	display: inline;
	
	width: 150px;
}

.guestbook_form_item {
	float: left;
	position: relative;
	display: inline;
	
	width: 450px;
}
