@charset "UTF-8";
/* CSS Document */

table {
	width: 436px;
	margin-bottom: 10px;
	border-right: 2px solid #a59c89;
	border-bottom: 2px solid #a59c89;
	}
	
form table {
	width: 416px;
	}
	
th, td {
	background: #fefefe;
	}

th {
	padding: 10px 5px 5px 5px;
	border-bottom: 2px solid #fbd4d2;
	}
	
table.message th {
	padding: 5px;
	border-bottom: 1px solid #e4edf1;
	}
	
td {
	padding: 5px;
	border-bottom: 1px solid #e4edf1;
	}
	
table.message td {
	border-left: 2px solid #fbd4d2;
	}
	
table h4 {
	margin: 0;
	color: #666;
	}
	
table p {
	margin: 0;
	}

table input.button {
	margin: 0;
	border: 1px solid #fbd4d2;
	color: #666;
	}

div.entry table {
	border-top: 1px solid #c7b89c;
	border-left: 1px solid #c7b89c;
	border-right: 0;
	border-bottom: 0;
	margin-bottom: 20px;
	}	

div.entry table th, div.entry table td {
	background: none;
	text-align: left;
	border-right: 1px solid #c7b89c;
	border-bottom: 1px solid #c7b89c;
	padding: 2px 4px;
	}
