@charset "utf-8";
.afb_container{
	text-align:left;
	clear:both;
	padding:25px 5px 15px 20px;
	color:#5c5c5c;
	font-size:90%;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	background:#e4dfd9;
	margin:10px 0;
}
.afb_container .message,
.afb_container a,
.afb_container .status {
	display:block;
	float:left;
	padding:2px 5px;
	margin-bottom:10px;
}
.afb_container a{
/*	background:url(./smallbutton.png) repeat-x;*/
	background-color:#fcf8f5;
	color:#0079c5;
	text-shadow:1px 1px 1px rgba(255,255,255,0.5);
	text-decoration: none;
	box-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.5);
	margin-left:10px;
}
.afb_container a:hover{
	box-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.2);
}
.afb_container .status{
	/*font-size:10px; margin-left:20px;*/
}
.afb_container .good,
.afb_container .bad{
	color:#0079c5;
}
.afb_container .bad {
	margin-right:15px;
}
.afb_posted .good,
.afb_posted .bad{
	display: none;
}