table.forum {
	width: 538px;
	padding: 10px 0px 10px 0px;
	spacing: 0px;
}
table.forum tr {

}
table.forum tr.over {
	background-color: #e5e5ff;
	cursor: pointer;
}
table.forum th {
	padding: 5px;
	background-color: #e0e0e0;
	border-bottom: 1px solid #b2b2b2;
}
table.forum td {
	padding: 5px;
	border-bottom: 1px solid #b2b2b2;
}
table.forum td.sender {
	background-color: #e0e0e0;
}
table.forum td.date {
	background-color: #e0e0e0;
	text-align: right;
	width: 30%;
}
table.forum input, table.forum textarea {
	border: none;
	width: 420px;
}
table.forum input.button {
	background-color: #e0e0e0;
	padding: 3px;
}

table.profil {
	width: 538px;
	padding: 10px 0px 10px 0px;
	spacing: 0px;
}
table.profil tr {

}
table.profil tr.over {
	background-color: #e5e5ff;
}
table.profil th {
	padding: 5px;
	background-color: #e0e0e0;
	xborder-bottom: 1px solid #b2b2b2;
}
table.profil td {
	padding: 3px;
}
table.profil td.sender {
	background-color: #e0e0e0;
}
table.profil td.date {
	background-color: #e0e0e0;
	text-align: right;
	width: 130px;
}
table.profil input, table.profil textarea {
	border: 1px solid #b2b2b2;
	margin: 1px;
	padding: 1px;
}
table.profil input.button {
	background-color: #e0e0e0;
	padding: 3px;
	width: 100px;
}
