.notice_admin {
	border: 1px solid #aaa;
	padding: 7px;
	background: #eee;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 10pt;
	overflow: hidden;
	position: relative;
	width: 600px;
}
.notice_dates {
	float: left;
	width: 300px;
	font-style: italic;
	color: #888;
}
.notice_actions{
	position: absolute;
	right:2px;
	top: 2px;
}
.old {
	background: #bbb;
}
.link_button{
	float: left;
	width: 350px;
	margin: 20px 0px;
}