div#messages_from
{
	font-weight: bold;
	float: left;
	width: 100px;
}

div#message
{
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	width: 650px;
	height: 30px;
	cursor: pointer;
}

div#message:hover
{
	background-color: #eeeeee;
}

div#messages_text
{
	display: block;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
}

div#messages_subject
{
	float: center;
	font-weight: bold;
	font-size: 12px;
	width: 450px;
}

div#messages_date
{
	text-align: right;
	font-size: 12px;
	width: 50px;
	float: right;
}

div#message_header
{
	border-left: solid;
        border-left-width: 1px;
        border-left-color: #cccccc;
	border-top: solid;
        border-top-width: 1px;
        border-top-color: #cccccc;
	border-right: solid;
        border-right-width: 1px;
        border-right-color: #cccccc;

	background-color: #ffffcc;
}

div#message_body
{
	background-color: #ffffff;
	border: solid;
	border-width: 1px;
	border-color: #cccccc;
	min-height: 100px;
	padding-top: 10px;
	display: block;
}

a#message
{
	color: #000000;
	text-decoration: none;
}

a#message:hover
{
	background-color: #cccccc;
}

div#error
{
	color: #ff0000;
	font-weight: bold;
}
