
.coop-bar-wrapper .coop-bar {
	position: fixed;
	top: 10px;
	width: 160px;
	font-weight: lighter;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #555 0px 2px 5px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#ABABAB));
	background: -webkit-linear-gradient(#FFFFFF, #ABABAB);
	background: -moz-linear-gradient(#FFFFFF, #ABABAB);
	background: -ms-linear-gradient(#FFFFFF, #ABABAB);
	background: -o-linear-gradient(#FFFFFF, #ABABAB);
	background: linear-gradient(#FFFFFF, #ABABAB);
	padding: 20px 15px;
	right: 10px;
	text-align: left;
	z-index: 99999;
	font: 12px Tahoma, Arial,"Trebuchet MS", Trebuchet;
}


.coop-bar-wrapper .coop-bar a {
    text-decoration: none;
	font-weight: bold;
	display: block;
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #565656;
	border: 1px solid rgba(255,255,255,0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.coop-bar-status{
	margin-top: 10px;
	font-weight: bold;
}


.coop-bar-wrapper .coop-bar a:hover {
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0.5);
	color: #3b416d;
	box-shadow: #777 0 0 7px;
}

.coop-bar-wrapper .coop-bar .separator {
	margin: 4px 0 4px 0;
	width: 100%;
	border: 1px solid #9b9c9c;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}

.coop-bar-wrapper .coop-bar .icon {
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

.coop-bar-wrapper .coop-bar {
  display: none;
}

.coop-bar-wrapper:hover .coop-bar,
.coop-bar-wrapper.shown .coop-bar {
  display: block;
}

.coop-bar-wrapper .coop-bar-sign {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 99999;
  border-bottom: 20px solid #444;
  border-right: 20px solid #eee;/*transparent*/;
}

.coop-bar-wrapper:hover .coop-bar-sign,
.coop-bar-wrapper.shown .coop-bar-sign {
  display: none;
}