.pm_container {
	width: 340px;
	overflow:hidden;
}
.pm_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.pm_list .pm_message {
	list-style-type: none;
	line-height: 26px;
}
.pm_message.list_header {
	font-weight: bold;
}
.pm_unread{
	color: #cf0;
	font-weight: bold;
}
.pm_read {

}
.pm_icon, .pm_name, .pm_subject, .pm_time, .pm_options {
	display: block;
	float: left;
	white-space: nowrap;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	margin-right: 3px;
}
.pm_icon, .pm_name, .pm_subject, .pm_options img{
	cursor: pointer;
}
.pm_icon {
	width: 20px;
	height: 26px;
	margin: 0;
}
.pm_unread .pm_icon {
	background: url(/pics/msg_unopened.png) no-repeat center center;
}
.pm_read .pm_icon {
	background: url(/pics/msg_opened.png) no-repeat center center;
}
.pm_name {
	width: 85px;
}
.pm_subject {
	width: 165px;
}
.pm_time, .pm_options {
	width: 60px;
	text-align: center;
}
.pm_options {
	display: none;
}
.pm_input label {
	display: inline-block;
	width: 80px;
	white-space: nowrap;
	text-align:right;
	padding-right: 3px;
}
/** Buttons **/
#new_message_button .button_border{
	background-image: url(/pics/msg_new.png);
	background-position:  8px center;
	background-repeat: no-repeat;
}
#mark_read_button, #trash_all_button {
}
#mark_read_button {
	margin-right: 5px;
}
#mark_read_button .button_border {
	background-image: url(/pics/msg_check.png);
	background-position:  8px center;
	background-repeat: no-repeat;
}
#trash_all_button .button_border  {
	background-image: url(/pics/small_red_x.png);
	background-position:  8px center;
	background-repeat: no-repeat;
}

/*** BIGGER PM ***/
.pm_wide .pm_container {
	width: 100% ;
}
.pm_wide .pm_name {
	width: 150px;
}

.pm_wide .pm_subject {
	width: 330px;
}
.pm_wide .pm_time, .pm_wide .pm_options {
	width: 90px;
}
