table.messages {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	margin: 5px 0 5px;
}

table.messages thead { 
	/* border: 1px solid #ccc; */
	/*background: #7AA4DD url(/images/themes/ctm/listings/bgheading.png) no-repeat;*/
}

table.messages th { 
	color: #555;
	/* background: #dfdfdf url(/images/themes/ctm/bg/bar_gray.png) repeat-x left top; */
	text-align: left;
	padding: 4px 5px;
	/*text-shadow: 0 1px 1px #fff;*/
}

table.messages tbody {
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
}

table.messages td {
	vertical-align: top;
	padding: 10px 5px 6px 5px;
}

table.messages td.fromto {
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.3em;
}

table.messages td.fromto a {
	color: #333;
}

table.messages td.fromto small {
	color: #777;
}

table.messages td.delete a {
	display: block;
	width: 16px;
	height: 16px;
	background: transparent url(/images/sweetie/16-square-red-delete.png) no-repeat;
	overflow: hidden;
}

div.thumbnail img {
	width: 25px;
	height: 25px;
	padding: 0;
}

div.thumbnailmed {
	float: left;
	width: 80px;
	position: relative;
	text-align: center;
	overflow: hidden;
}

div.thumbnailmed img {
	width: 50px;
	height: 50px;
	padding: 0;
}

/*
input.button,input[type="submit"],input[type="button"] {
	background: #ddd;
	border: 1px outset #ddd;
	padding: 1px 3px;
	margin: 5px 5px 5px 0;
	color: #333;
	cursor: pointer;
}
*/

.flatbutton {
	background: #ddd;
	border: 1px outset #ddd;
	padding: 1px 3px;
	margin: 5px 5px 5px 0;
	color: #333;
	cursor: pointer;
}

#messagebox {
	list-style: none;
}

#messagebox .timeago {
	float: right;
	color: #777;
	font-size: 1em;
}

#messagebox h2 {
	font-size: 1.12em;
	margin: 0;
	padding: 0 0 0 16px;
	letter-spacing: 0;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
}

#messagebox h3 {
	font-size: 1.12em;
	margin: 0;
	letter-spacing: 0;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}

h2 {
	font-size: 18px;
	color: #333;
	letter-spacing: -1px;
}

h3 {
	color: #555;
	font-size: 14px;
}



