h2{
	border-bottom: 1px solid #069;
	margin: 0px;
}

table td{
	vertical-align: top;
}


#notifier{
	border: 1px solid #069;
	background-color: #fff;
	padding: 5px;
	width: 200px;
	font-size: 12px;
}

	#notifier ul{
		list-style: 		none;
		list-style-type: 	none;
		margin: 			0;
		padding:			0;
	}

		#notifier li{
			padding-left: 20px;
			padding-top: 6px;
			padding-bottom: 6px;
			background-image: url(/images/actions/group_add.png);
			background-position: left;
			background-repeat: no-repeat;
		}

.notify-to{
	background-image: url(/images/actions/group.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 8px;
}

