#beacon_notification {
		position: fixed !important;
		bottom: -60px;
		right: 20px;
		border: 3px solid #6ca251;
		background: #fff url(/images/brand.gif) right bottom no-repeat;
		width: 313px;
		height: 34px;
		padding: 11px 10px 10px 11px;
		-webkit-box-shadow: 2px 2px 15px #bcbcbc;
		-moz-box-shadow: 2px 2px 15px #bcbcbc;
		overflow: hidden;
		font-size: 1.6em;
		line-height: .8em;
		z-index: 900 !important;
	}
	
#beacon_notification * {
	border: none;
	padding: 0;
	margin: 0;
}
	
	#beacon_notification div.comment {
		color: #746d5d;
		position: relative;
		font-family: Helvetica, Arial, Verdana, Sans-serif;
		font-size: .8em;
		background: none;
	}
	
	#beacon_notification div.comment span {
		position: relative;
		font-weight: bold;
	}
	
	#beacon_notification div.article {
	position: relative;
		padding-top: 7px;
	}
	
	#beacon_notification div.article a {
	position: relative;
		color: #6ca251;
		text-decoration: none;
		font-family: Georgia, Serif;
		font-size: .94em;
	}
	
	#beacon_notification .close {
		position: absolute;
		top: 8px;
		right: 13px;
		cursor: pointer;
		color: #45742d;
		font-family: Helvetica, Arial, Sans-serif;
		font-size: .9em;
	}
	
	#beacon_notification {
		height: auto !important;
	}
	
	#beacon_notification div.article {
		line-height: 20px !important;
	}
	
	#beacon_notification div.article a {
		width: 260px;
	}