@CHARSET "UTF-8";

table.message {
	width: 640px;
	
	margin: 0px 5px 10px 5px;
	padding: 0px;
}

table.message td {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

table.message td.headline {
	width: 640px;
	
	font-weight: bold;
	
	border-bottom: solid 1px #cfcfcf;
}

table.message td.text {
	margin: 0px;
	
	line-height: 20px;
}

table.message td.text p {
	margin:	5px 0px 5px 0px;
}


table.message_read {
	width: 640px;
	
	margin: 0px 5px 10px 5px;
	padding: 0px;
}

table.message_read td {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

table.message_read td.headline {
	width: 640px;
	
	font-weight: bold;
	
	border-bottom: solid 1px #cfcfcf;
}

table.message_read td.label {
	width: 200px;
}

table.message_read td.label_big {
	width: 640px;
	
	border-top: solid 1px #cfcfcf;
}

table.message_read td.value {
	width: 440px;
}




table.message_set {
	width: 640px;
	
	margin: 0px 5px 10px 5px;
	padding: 0px;
}

table.message_set td {
	heigth: 20px;
	
	margin: 0px;
	padding: 6px 0px 5px 0px;
	
	text-align:	left;
}

table.message_set td.headline {
	width: 640px;
	
	margin: 0px;
	padding: 5px 0px 5px 0px;
	
	font-weight: bold;
	
	border-bottom: solid 1px #cfcfcf;
}

table.message_set tr.item:hover {
	background-color: #e6e9ec;
	color: #000000;
}

table.message_set tr.header td {
	background-color: #f9f9f9;
	color: #000000;

	border-bottom: solid 1px #000000;
}

table.message_set tr.header td.sender {
	width: 150px;
}

table.message_set tr.header td.title {
	width: 280px;
}

table.message_set tr.header td.date {
	width: 150px;
}

table.message_set tr.header td.icon {
	width: 30px;
}

table.message_set tr.item td {
	background-color: #fefefe;
	color: #000000;
	
	border-bottom: solid 1px #cccccc;
}

table.message_set tr.item td.icon {
	text-align:	center;
}

table.message_form {
	width: 640px;
	
	margin: 0px 5px 10px 5px;
	padding: 0px;
}

table.message_form td {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

table.message_form td.headline {
	width: 640px;
	
	font-weight: bold;
	
	border-bottom: solid 1px #cfcfcf;
}

table.message_form td.label {
	width: 200px;
}

table.message_form td.label_big {
	width: 640px;
}

table.message_form td.value {
	width: 440px;
}

table.message_form td.button {
	width: 640px;
}

table.message_form input {
	width: 240px;
	height: 15px;
	
	margin: 0px;
	padding: 0px;
	
	background-color: #fff474;
	color: #000000;
	
	border: solid 1px #000000;
}

table.message_form textarea {
	width: 440px;
	height: 120px;
	
	background-color: #fff474;
	color: #000000;
	
	border: solid 1px #000000;
}

table.message_form button {
	width: 216px;
	height:	30px;
	
	margin:	0px 6px 0px 0px;
	padding: 0px;
	
	background-color: #ffffff;
	color: #000000;
	
	border:	solid 1px #000000;
}

table.message_form button.reset {
	margin:	0px 0px 0px 0px;
}