/* icons */
	.icon {
	  background: #588 url(./images/icon/bg_rounded.gif) no-repeat;
	}
	.icon-text {
	  background: #588 url(./images/icon/bg_rounded.gif) no-repeat;
		vertical-align: bottom;
	}
	table .icon, ul .icon, ol .icon {
		vertical-align: bottom;
	}
	.icon-visitor {
	  background: #BDD url(./images/icon/bg_rounded.gif) no-repeat;
	}
	.icon-member {
	  background: #588 url(./images/icon/bg_rounded.gif) no-repeat;
	}
	.icon-starter {
	  background: #00A url(./images/icon/bg_rounded.gif) no-repeat;
	}
	.icon-moderator {
	  background: #0A0 url(./images/icon/bg_rounded.gif) no-repeat;
	}
	.icon-admin {
	  background: #A00 url(./images/icon/bg_rounded.gif) no-repeat;
	}
	ul.icons {
		margin: 0;
	}
	ul.icons li {
		list-style: none;
		margin: 0.5em 0 0;
	}
