#container {
	background-image: url(../images/column_left_gastenboek.jpg);
}

.guestbookholder
{
	width: 450px;
	height: 500px;
	overflow:hidden;
	margin-top:10px;
}


.guestbook {
	float: left;
	margin: 10px 0 0 25px;
	border: 1px solid #000;
	width: 390px;
	height:130px;
	background: #fff;
	overflow:hidden;
	
}

.guestbook-nav
{
	float: left;
	margin: 15px 0 0 25px;
	border: 1px solid #000;
	width: 390px;
	background: #fff;
	text-align:center;
}

.guestbook-nav input
{
	margin: 2px;
	background: #fff;
	cursor: hand;
	cursor: pointer;
}

.guestbook-head {
	float: left;
	padding: 2px 2px 2px 2px;
	width: 386px !important;
	width: 390px;
	background: #fff;
	border-bottom: 1px solid #000;
	color: #000;
}

p
{
	clear:both;
	padding: 3px;	
}


.guestbook-head a, img 
{
	border: none;
}

.guestbook-head a:hover {
	color: #a5998b;
	text-decoration:underline;
}

.guestbook-react-nav
{
	float: left;
	margin: 15px 0 0 25px;
	padding: 2px 0 0 2px;
	border: 1px solid #000;
	width: 390px;
	background: #fff;
	text-align:center;
	font-weight:bold;
}


/* forms */

.formholder {
	width: 250px;
	float: left;
	margin-top:50px;
	margin-left: 125px;	
}

.label {
	width: 160px;
	padding-top: 5px;
	display: block;
	float: left;
	text-align: left;
}

.errorMsg
{
	color: Red;
	font-size: 10px;
	margin-left: 10px;
}

.formholder input {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	border: 1px solid silver;
}

.formholder textarea {
	width: 200px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	border: 1px solid silver;
}

.button input 
{
	margin-top: 5px;
	width: 75px;	
}

.guestbookchars
{
	width: 250px;
	font-size: 10px;
	font-family: Verdana;
	margin-left: 25px;
	margin-top: 10px;
	padding: 5px;
}


.guestbookchars ul 
{
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 2em;
}

.bold
{
	font-weight:bold;	
}

.underline
{
	text-decoration:underline;
}

.italic
{
	font-style:italic;
}
