body {
	color: #000;
	background-color: #fff;
	font : 10pt arial;
	scrollbar-highlight-color : #14314c;
	scrollbar-base-color : #D1D9E0;
}
form {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

a, a:hover, a:link,
a:active {
	color: #000;
	font: 10pt arial;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

table.form caption a, table.form caption a:hover, table.form caption a:link,
table.form caption a:active {
	color: white;
	font-weight: bold;
}

th a,th a:hover,th a:link,
th a:active {
	color: #ffffff;
	font: 10pt arial;
	text-decoration: none;
}
th a:hover {
	text-decoration: underline;
}

table {
	color: #000;
	font: 10pt arial;
}
td {
	font: 10pt arial;
	padding: 1px 4px 1px 4px;
}

input.text, select {
	background-color: white;
	border: solid 1px #6d8498;
	padding-left: 4px;
	padding-right: 4px;
}
input.text[readonly] { /* bug in IE */
	color: #6d8498;
	cursor: default;
}
input.disabled {
	color: #6d8498;
	cursor: default;
}
textarea {
	background-color: white;
	border: solid 1px #6d8498;
	padding: 1px 4px 1px 4px;
	width: 100%;
}

.sendButton {
	background-repeat : no-repeat;
	background-position : left;
	background-color : transparent;
	border : none;
	font-size : 10pt;
	color: #000;
	text-align: left;
	text-decoration: none ! important;
	padding: 0px 4px 0px 20px;
	height : 18px;
	cursor : hand;
}
input.sendButton {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	height : 20px;
}
.sendButton {
	background-image : url(../img/icon/senden.gif);
}
.bottom {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; text-align: center}

