
.message_label {
	padding: 0 0 3px 0;
}

.message_subject {
	width: 500px;
}

.message_body {
	width: 500px;
	height: 40px;
}

.message_body_new {
	width: 500px;
	height: 200px;
}

.message_error {
	color: #f11;
}

.message_body_abstract {
	color: #aaa;
	font-weight:normal;
}

.message_list_subject {
	display: block;
}



/* message list */

.m_row {
	clear: both;
	height: 30px;
}
div.odd div {
	background-color: #f0f0f0;
}
div.unread div {
	font-weight: bold;
	background-color: #ebebeb;
}
.m_row:hover div, .odd:hover div {
	background-color:#ebebeb !important;
	cursor: pointer;
}										
.m_photo {
	float: left; 
	width: 25px;
	height: 27px;
	margin: 0;
	padding: 3px 0 3px 3px;
	border:0;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.m_person {
	float: left; 
	width: 90px;
	height: 27px;
	margin: 0;
	padding: 3px 0 3px 3px;
	border:0;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	overflow:hidden;
}		
.m_subject {
	float: left; 
	width: 425px;
	height: 27px;
	margin: 0;
	padding: 3px 0 3px 3px;
	border:0;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	overflow:hidden;
}			
.m_date {
	float: left; 
	width: 114px;
	height: 27px;
	margin: 0;
	padding: 3px 0 3px 3px;
	border:0;
	border-left: 2px solid #fff;	
	border-bottom: 2px solid #fff;
	overflow:hidden;	
}

.m_delete {
	float: left; 
	width: 23px;
	height: 27px;
	margin: 0;
	padding: 3px 0 3px 0;
	border:0;
	border-left: 2px solid #fff;	
	border-bottom: 2px solid #fff;
	overflow:hidden;
	text-align: center;	
}

.m_message_abstract {
	color: #bbb;
	font-weight: normal;
}

.message_image_holder{
	margin-right:10px;
	float:left;	
}



