.ishare_wpress_inline_popup_btn img {
  padding: 0px;
  margin: 0px;
  border: #fff 0px solid;
}

a.ishare_wpress_button {
 
   padding: 6px 10px;
   -webkit-border-radius: 2px 2px;
   border: solid 1px rgb(153, 153, 153);
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
   color: #333;
   text-decoration: none;
   cursor: pointer;
   display: inline-block;
   text-align: center;
   text-shadow: 0px 1px 1px rgba(255,255,255,1);
   line-height: 1;   
}

#ishare_holder {
	display: none;
	position: absolute;
	z-index: 99999;
	width: 360px;
	font-size: 12px !important;
	padding: 5px;
	
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.90);
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#ishare_title {
  padding: 5px;
  background: #f2f2f2;
  
  -moz-border-radius-topleft: 5px; /* Firefox */
  -moz-border-radius-topright: 5px; /* Firefox */
  -webkit-border-top-left-radius: 5px; /* Safari, Chrome */
  -webkit-border-top-right-radius: 5px; /* Safari, Chrome */
  border-top-left-radius: 5px; /* CSS3 */
  border-top-right-radius: 5px; /* CSS3 */
  
  border: #e5e5e5 1px solid;
  font-weight: bold;
  
  color: #333;
}

#ishare_close {
  float: right;
}

#ishare_close a {
  text-decoration: none;
  color: #333;
}

#ishare_icons {
  height: 100px;
  overflow: auto;
  padding: 5px;
  background: #fff;
}

.ishare_icon {
  width: 27%;
  height: 16px;
  padding: 5px;
  margin: 0 5px;
  float: left;
  border: #fff 1px solid;
  
  -moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari, Chrome */
  border-radius: 3px; /* CSS3 */
}

.ishare_icon:hover {
  background: #f2f2f2;
  border: #e5e5e5 1px solid;
}

.ishare_icon img {
  float: left;
}

#ishare_icons a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
}

.ishare_icon span {
  margin-left: 5px;
}

#ishare_extras {
  background: #f2f2f2;
  padding: 2px;

  -moz-border-radius-bottomleft: 5px; /* Firefox */
  -moz-border-radius-bottomright: 5px; /* Firefox */
  -webkit-border-bottom-left-radius: 5px; /* Safari, Chrome */
  -webkit-border-bottom-right-radius: 5px; /* Safari, Chrome */
  border-bottom-left-radius: 5px; /* CSS3 */
  border-bottom-right-radius: 5px; /* CSS3 */
  
  border: #e5e5e5 1px solid;
}

#ishare_holder.ishare_top {

}

#ishare_holder.ishare_bottom {

}

#ishare_holder.ishare_right {

}

#ishare_holder.ishare_left {

}