.posting {
	border: 1px solid #B81124;
	width: 636px;
	background: #FFF;
	padding: 20px;
	margin: 0 0 20px 0;
	float: left;
}
.admin {
	background: #FFF url(img/boorGastenboek.jpg) no-repeat right -3px;
}
.avatar {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
.admin  .avatar {
	border: 1px solid #888;
}
.from {
	display: block;
	width: 502px;
	margin: 0;
	padding: 0;
	float: left;
}

.fromline {
	height: 17px;	
}

.from label {
	display: inline;
	width: 125px;
	margin: 0;
	height: 100%;
	padding: 0 10px 0 0;
	text-align: right;
	font-weight: bold;
}

.from p {
	width: 374px;
	margin: 0;
	height: 17px;	
	display: inline;
}

.bericht {
	display: block;
	width: 632px;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
}
.bericht label {
	float: left;
	width: 632px;
	height: 17px;	
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #B81124;	
	padding: 0 0 5px 0;
}
.admin .bericht label {
	border-bottom: none;
}
.bericht p {
	margin: 5px 0 0 0;
	padding: 0;
}
#paginas {
	width: 654px;
	text-align: center;	
}
#paginas a{
	float: none;
	padding-right: 5px; 
}
#navigatieBG {
	position: relative;
	left: 338px;
	width: 250px;
	text-align: center;	
	height: 22px;
	margin: -0 0 3px -125px;
	padding-top: 4px;
	
}
#navigatieBG span,
#navigatieBG a {
	float: left;
	display: block;		
	height: 22px;
	color: #B81124;
	font-size: 15px;
	text-align: center;
}
#navigatieBG a:hover {
	text-decoration: none;
	font-weight: bold;
}
#navigatieBG a#schrijven:hover {
	text-decoration: underline;
	font-weight: normal;
}
#navigatieBG a#schrijven {
	width: 170px;	
	border: 1px solid #B81124;
	background: #FFF;
	margin: 0 5px 0 5px;
	height: 22px;
}
#navigatieBG span#vorigeGBPagina,
#navigatieBG a#vorigeGBPagina {
	width: 33px;	
	background: transparent url(img/gastenboekVorige.gif) no-repeat left top;
	line-height: 140%;
}
#navigatieBG span#volgendeGBPagina,
#navigatieBG a#volgendeGBPagina {
	width: 33px;	
	background: transparent url(img/gastenboekVolgende.gif) no-repeat right top;
	line-height: 140%;
}
#navigatieBG span#volgendeGBPagina,
#navigatieBG span#vorigeGBPagina {
	filter: alpha(opacity=60);
	-moz-opacity: .6;
}

/****************************************************
					Schrijven
*****************************************************/

#avatarKeuze {
	float: left;
	display: block;
	width: 450px;
	height: auto;
	margin-bottom: 20px;
	border: 1px solid #B81124;
	padding: 10px 0 10px 0;
	background: #FFF;
}
#avatarKeuze img {
	width: 100px;
	height: 100px;
	margin: 10px 12px 10px 12px;
	border: none;
	display: inline-block;
}
#avatarKeuze input {
	margin-top: 50px;
	float: none;
}
.neger {
	float: left;
}