#list_surround > table:first-of-type {
	position: absolute;
	top: 398px;
	width: auto;
	padding-top: 10px;
	font-size: 16px;
	border-spacing: 11px 0;
	box-shadow: 0 0 4px 8px #726e8f;
}

.status_selected, .status_not_selected {
	width: auto;
	white-space: nowrap;
	border-radius: 7px;
}

.status_selected a, .status_not_selected a {
	display: block;
	padding: 0 22px;
	line-height: 42px;
}

.status_selected a, .status_selected a:hover {
	font-weight: bold;
	color: #726e8f; 
	text-shadow: 1px 1px 0 #000000;
}

/* All */
.status_not_selected:last-child, .status_selected:last-child {
	position: absolute;
	margin-left: 278px;
	margin-top: 12px;
]