body {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color:#eeeeee;
	/* background-image: url(bug2.gif); */
	background-repeat: no-repeat; 	background-attachment:fixed;
	background-position: bottom right;
	
	}
	
#centercontent {
	width:500px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:center; /* Counteract to IE5/Win Hack */
	padding:15px;
	border:1px dashed #333333;
	background-color:#ffffff;
	background-repeat: no-repeat; 	background-attachment:fixed; 
	background-position: center;	
	}
#smscontent {
	width:500px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	border:1px dashed #333333;
	background-color:#ffffff;
	}
a, a:active, a:visited
{
  color: #333333;
  outline: none;
}

input, select {
	border: 0px solid #666666;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	background: #eeeeee;
}

.knop	{
	font-size : 12px;
	font-family : verdana;
	background-color: #eeeeee;
	color: #333333;
	border: 1px solid #666666;
	}

textarea {
	border: 1px solid #666666;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	background-color: #eeeeee;	
}
