AIMPresenceWidget {
	text-indent:32px;
	background-repeat:no-repeat;
	background-position:left center;
	height:32px;
	font:bold 14px arial,verdana;
	padding-top:5px;
	width:180px;
	border:2px solid #000;
}

.AIMPresenceWidget_offline {
	background-image:url(aimpresence_offline.gif);
}

.AIMPresenceWidget_online {
	background-image:url(aimpresence_online.gif);
}

.AIMPresenceWidget_away {
	background-image:url(aimpresence_away.gif);
}