#accounts {
  background: #fff;
}
#accounts h2 {
  padding: 0 5px;
}
#accounts p.account_actions {
	float: right;
}
#accounts p.account_actions a {
	background: #efefef;
	color: #333;
	padding: 3px 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #666;
	margin: 2px 0 2px 10px;
	display:block;
	float: left;
	text-decoration: none;
	font-size: 70%;
}

#accounts ul {
	padding:5px;
	list-style: none;
	margin-bottom: 5px;
	float: none;
	width: auto;
}

#accounts ul li {
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
	background: #fff;
}
#accounts ul li:hover {
//	background: url('../images/account_bg.png') -3px -3px no-repeat #fff;
    background: #fff;
}

#accounts ul li.alt {
	background-color: #f2f2f2;
}

#accounts ul li.header, #accounts ul li.header:hover {
	padding: 4px 4px 0 4px;
	margin: 0;
	background: #fff;
	border: none;
}

#accounts ul li a {
	text-decoration: none;
	font-size: 100%;
	color: #333;
}

#accounts ul li span.right {
	font-size: 85%;
	font-weight: bold;
}

#accounts ul li a:hover {
	text-decoration: none;
	color: #000;
}

div.action {
	float: left;
	width: 8px;
	height: 8px;
}

a.action {
	float: left;
	margin-left: 5px;
	padding: 0 5px;
	width: 8px;
	height: 8px;
}
a.action img { border: none; }

#account_actions {
	position: absolute;
}

h2 em {
    font-size: 60%;
    background: none;
    color: #7f7f7f;
}