.admindiv
{
	padding:10px;
}

#deletebutton
{
	border:none;
	background: url(images/delete.gif) 0 0 no-repeat;
	width:13px;
	height:14px;
	cursor:pointer;
	position:relative;
	top:14px;
	right:10px;
}
#plusbutton
{
	border:none;
	background: url(images/plus.gif) 0 0 no-repeat;
	width:13px;
	height:14px;
	cursor:pointer;
	position:relative;
	top:14px;
	right:10px;
}
#minusbutton
{
	border:none;
	background: url(images/minus.gif) 0 0 no-repeat;
	width:13px;
	height:14px;
	cursor:pointer;
	position:relative;
	top:14px;
	right:10px;
}
.microbloglist
{
	margin-top:40px;
}
.microblogrow
{
	text-align:left;
}
.microblogrow td
{
	border-top:thin dotted #C3C3C3;
}
.microblogrow td:hover
{
	background:#D3D3D3;
}
.htavatar
{
	float:left;
	padding:10px
}

