body {
	background-image:url(images/achtergrond.jpg);
	background-repeat:repeat-x;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
	font-style:italic;
}
#box {
	width:400px;
	margin:0px auto;
	height:320px;
	position:relative;
}
.block {
	font-size:13px;
	width:400px;
	height:300px;
	top:10px;
	position:absolute;
	background-image:url(images/box.png);
	font-family:Georgia, "Times New Roman", Times, serif;
	visibility:hidden;
}
.lostpassword {
	text-align:center;
	font-size:10px;
	padding-top:10px;
}
.lostpassword span {
	cursor:pointer;
}
.lostpassword span:hover {
	text-decoration:underline;
}
#box-login {
}
#box-register {
}
#menu {
	width:400px;
	margin:0px auto;
	font-family:georgia,serif;
	font-size:14px;
	padding:10px;
}
#banner {
	width:328px;
	margin:0px auto;
	background-position:center;
	background-repeat:no-repeat;
	height:80px;
}
#menu span {
	cursor:pointer;
}
#menu span:hover {
	border-bottom:1px solid black;
	padding-bottom:3px;
}
#backgroundmid {
	background-image:url(images/achtergrondmid.png);
}
#buttons {
	width:400px;
	height:70px;
	margin:0px auto;
	position:relative;
}
#buttons div {
	height:60px;
	width:133px;
	cursor:pointer;
}
#button-examples {
	float:left;
}
#button-features {
	float:left;
}
#button-supportforum {
	float:left;
}
.ajax-status{
	width:17px;
	height:20px;
	background-image:url(images/stop.gif);
	margin-left:5px;
	background-repeat:no-repeat;
	background-position:center;
}
.ajax-pass{
	background-image:url(images/button_ok.gif);
}

.form1 {
	border:1px solid black;
	width:100%;
	height:15px;
	background-image:url(images/textfieldbackground.jpg);
}

#login {
	position:absolute;
	left:40px;
	top:50px;
}
.login-row {
	width:330px;
	position:relative;
}
.login-row-left {
	float:left;
	width:150px;
	margin-bottom:10px;
}
.login-row-right {
	float:left;
	width:150px;
	margin-bottom:10px;
}

#register {
	position:absolute;
	left:35px;
	top:50px;
}
.register-row {
	width:330px;
	position:relative;
}
.register-row-left {
	float:left;
	width:150px;
	margin-bottom:6px;
}
.register-row-left span {
	text-decoration:underline;
	cursor:pointer;
}
.register-row-mid {
	float:left;
	width:150px;
	margin-bottom:6px;
}
.register-row-right {
	float:left;
	width:25px;
	margin-bottom:6px;
}

#accepthis {
	width:330px;
	position:absolute;
	left:34px;
	top:40px;
}
#accepthis .text {
	text-align:justify;
}
#accepthis .title {
	font-weight:bold;
}
#accepthis .link span {
	text-decoration:underline;
	cursor:pointer;
}
#list-of-my-guestbooks {
	line-height:20px;
}
.last-active {
	position:relative;
}
.last-active-link {
	float:left;
	width:170px;
}
.last-active-ago {
	float:right;
	width:160px;
	text-align:right;
}