.jshare-block{
	display: inline-block;
	float: right;
	position: relative;
	z-index: 150;
}
.jshare-block a{
	outline: 0 none !important;
}
#jshare-iframe{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	border: 0 none;
}
.jshare-this{
	display: inline-block;
	min-height: 16px;
	padding-left: 18px;
	vertical-align: middle;
	background: url(img/share-icon.png) left no-repeat;
}
#jshare-window{
	width: 20em;	
	position: absolute;
	right: 0;
	z-index: 10000;
	text-align: left;
	background: #fff;
}
#jshare-tabs{
	margin: 0.5em 0.5em 0;
	position: relative;
	z-index: 10;
}
#jshare-tabs li{
	display: inline;
	background-image: none;
	margin: 0;
	padding: 0;
}
.jshare-this-loading{
	background: url(img/load.gif) left no-repeat !important;
}
#jshare-tabs li a{
	display: inline-block;
	padding: 0.25em 0.5em;
	color: #666;
	text-decoration: none;
	background: #ddd;
}
#jshare-close{
	cursor: pointer;
}
#jshare-tabs .active{
	font-weight: bold;
}
#jshare-tabs #jshare-close{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	background: #fff;
}
#jshare-close:before{
	content: '[x] ';
}
#jshare-panels{
	margin: 0 0.5em 0.5em;
	position: relative;
	z-index: 5;	
}
.jshare-panel{
	margin: 0 !important;
	padding: 0.5em !important;
}
#jshare-window .active{
	background: #fff;
	border: 1px solid #ddd;
}
#jshare-tabs .active{
	border-bottom: 1px solid #fff;
	margin-bottom: -2px;
}
#jshare-tabs .active a{
	color: #000;
}
#jshare-panels .inactive{
	display: none;	
}
#jshare-share li{
	padding: 5px 0 5px 20px;
	background-position: left;
	background-repeat: no-repeat;
}
#jshare-panels a{
	font-weight: bold;
	color: #f60;
	text-decoration: none;
}
#jshare-panels a:hover{
	text-decoration: underline;
}
#jshare-facebook{
	background-image: url(img/facebook.gif);
}
#jshare-twitter{
	background-image: url(img/twitter.gif);
}
#jshare-delicious{
	background-image: url(img/delicious.gif);
}
#jshare-send{
	padding-top: 5px;
}
#jshare-send-form.jshare-this-loading{
	background: url(img/load.gif) 90% 90% no-repeat;
}
#jshare-window label{
	display: block;
}
#jshare-window input{
	display: block;
	margin: 3px 0 7px;
	padding: 2px;
	border: 1px solid #ccc;
}
#jshare-window input.hidden{
	display: none;
}
#jshare-window #jshare-send-submit{
	margin: 0.5em 0 0.5em auto;
	color: #000;
	background: #ccc;
	border: 2px solid;
	border-color: #eee #aaa #aaa #eee;
}
#jshare-window .jshare-message{
	margin: 5px;
	padding: 5px;
	border: 1px solid #e2c822;
	font-size: 10px;
	text-align: center;
	background: #fff9d7;
}
#jshare-window .jshare-error{
	border-color: #dd3c10;
	background-color: #ffebe8;
}