#jsnotifications {
	padding: 10px;
	border: solid 1px #d57f7f;
	color: #CF3738;
	background: #fde4e4;
	margin: 0 auto 10px;
}
#jsnotifications a {
    color: #CF3738;
    margin: 0 10px;
}

a.inbox {
	background: transparent url(icons-16x16.gif) no-repeat 0 -120px;
	padding: 0 0 0 22px;
}
a.friend {
	background: transparent url(icons-16x16.gif) no-repeat 0 0;
	padding: 0 0 0 22px;
}
a.grouprequest {
	background: transparent url(icons-16x16.gif) no-repeat 0 -58px;
	padding: 0 0 0 22px;
}