#inbox-menu {
	text-align: 	left;
	width: 			100%;
	margin: 		0 0 0 0;
	text-align: 	right;
}

#inbox {
	margin: 10px 0 10px 0;
}

#inbox-menu a,
#inbox a {
	color: #F7941E;
	text-decoration: none;
}

#inbox-menu a:hover,
#inbox a:hover  {
	text-decoration: underline;
}

#inbox #menu-top {
	padding:	 		10px 0 10px 0;
	border-top: 		1px solid silver;
	border-bottom: 		1px solid silver;
}

#inbox #menu-top a {
	vertical-align: baseline !important;
}

#inbox #menu-top select {
	font-size: 		11px;
	font-family: 	Tahoma, sans-serif;
	background:		#FFF url(/var/img/background/form/field.png) repeat-x;
	border:			solid 1px #75A1B7;
	color: 			#666;
}

#inbox #messages {
	margin-top: 20px;
	width: 		100%;
	background: silver;
}

#inbox #messages th {
	padding: 	5px;
	text-align: center;
	background: white;
}

#inbox #messages td {
	padding: 	5px;
	background: white;
}

#inbox #messages td.action {
	width: 35px;
	text-align: center;
}
