#book {
position:relative;
background-color: #CCCC33;
padding:2px;
border:solid #000000 1px;
width:550px;
}
#form {
position:absolute;
top:35px;
left:87px;
border:solid #000000 1px;
width:350px;
padding:2px;
background-color:#CCCC33;
}
body, td, th {
    color: #000000;
    font-family: Verdana;
    font-size:14px;
}
body {
    background-color: #FFFFFF;
}
#schrijfform{
	display: none;	
}
.gastenboek {
border: #000000 solid 1px;
width:520px;
overflow:hidden;
text-align:left;
font-family:Verdana;

background-color:#FFFFCC;
}
.afzender {
float:left;
border-bottom:#000000 solid 1px;
border-right:#000000 solid 1px;
width:80px;
background-color:#FF9900;
color: #ffffff;
padding:2px;
}
.info {
border-bottom:#000000 solid 1px;
width:100%;
margin:0px;
background-color:#FF9900;
color:#ffffff;
padding:2px;
}
.bericht{
	width:95%;
	padding:5px;	
}
#book a:link {
    color: #000066;
    text-decoration: none;
    font-weight: bold;
}
#book a:visited {
    text-decoration: none;
    color: #000066;
    font-weight: bold;
}
#book a:hover {
    text-decoration: underline;
    color: #000066;
    font-weight: bold;
}
#book a:active {
    text-decoration: none;
    color: #000066;
    font-weight: bold;
}
