#jshare_main a:link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
#jshare_main a:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
#jshare_main a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #996600;
	text-decoration: none;
}
#jshare-overlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1001;
	-moz-opacity: 0.7;
	opacity: .70;
	filter: alpha(opacity=70);
}
#jshare_box {
	display: none;
	position: fixed;
	top: 20%;
	left: 22%;
	width: 700px;
	height: 270px;
	background-color: transparent;
	z-index: 1002;
	/*overflow: auto;*/
	background-image: url(images/jshare_box.png);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 35px;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	right: 25%;
	bottom: 25%;
}
#jshare_close {
	position: absolute;
	top: 0px;
	right: 40px;
	background-color: transparent;
	z-index: 1002;
	overflow: hidden;
}
#jshare_content {
	float: left;
	height: 270px;
	width: 650px;
	padding-left: 35px;
}
#jshare_box #jshare_content #share_content {
	height: 270px;
	width: 630px;
	position: absolute;
}
#jshare_button {
	height: 110px;
	width: 50px;
	position: fixed;
	top: 37%;
	z-index: auto;
	overflow: visible;
	right:13px;
	visibility: visible;
}
#jshare_txt {
	height: auto;
	width: auto;
	position: none;
	top: 0;
	left: 0px;
	z-index: auto;
	overflow: visible;
	bottom: 0;
	visibility: visible;
}
#jshare_main {
	width: 516px;
	height: 235px;
	/*overflow:auto;*/



	float: right;
}
#jshare_nav {
	float: left;
	width: 50px;
}
#jshare_nav p {
	margin-top: 4px;
}
#jshare_nav img {
	border: none;
}
#jshare_email {
	width: 500px;
	height: 210px;
	display: none;
}
#jshare_main a {
	width: 33%;
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
}
.jshare_title {
	padding-bottom: 0px;
	padding-left: 120px;
}
.clear {
	clear: both
}
#jshare_email .element * {
	clear: both;
	font-size: 12px;
	margin: 0px;
	text-align: left;
}
#jshare_email .element label {
	float: left;
	padding-right: 10px;
	text-align: left;
}
#jshare_email input, #jshare_email textarea {
	float: left;
}
#jshare_email .hightlight {
	border: 2px solid #CF434A;
}
#jshare_email #submit {
	margin-left: 180px;
	margin-top: 5px;
	padding-left: 20px;
	width: 80px;
}
#jshare_email #mail_report, #jshare_main #jshare_bookmark, #jshare_main #jshare_share {
	display: none
}
p#jshare_tip {
	display: none;
	position: absolute;
	padding: 10px;
	left: 5px;
	font-size: 0.8em;
	background-color: #565656;
	border: 1px solid #393535;
	z-index: 9999;
	color: #FFF
}
p#jshare_tip #jshareArrow {
	position: absolute;
	top: 8px;
	left: -10px
}
