#widgetized-stickybar-bottom-content {
	width: 98%;
	height:80px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin-left: 0px;
	margin-right: -5px;
	position: fixed;
	z-index: 100001;
}
#widgetized-stickybar-bottom-tab {
	height: 42px;
	width:202px;
	background: url('http://www.brandfannetwork.com/assets/tracker_button.png') 100% no-repeat;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	cursor: pointer;
	margin-right:-14px;
	position: fixed;
	z-index: 100000;
	display:none

}



#widgetized-stickybar-close {
	background: transparent url(../images/close.png) 0 0 no-repeat;
	cursor: pointer;
	position: absolute;
	top: 3px;
	right: 1%;
	width: 16px;
	height: 16px;
}

#widgetized-stickybar-area, 
#widgetized-stickybar-area tr, 
#widgetized-stickybar-area td {
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: top !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}

.stickybarwidget {
	margin: 10px 5px 15px 15px;
}
.stickybarwidget ul {
	padding-left: 15px;
}
.stickybarwidget ul li {
	
}