#admin_actions
{
	position: absolute;
	margin-left: 920px;
}

.adm_btn:hover
{
	filter:alpha(opacity=60);
  -moz-opacity:0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

#banned_txt
{
	font-weight: bold;
	font-size: 14px;
	color: #e2a089;
}

#banned
{
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px; 
	border-radius: 4px 4px 4px 4px; 
	height: 24px;
	color: #ffffff;
	cursor: pointer;
	background-color: #efc39f;
}