#jshare_main a:link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

#jshare_main a:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

#jshare_main a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	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: 370px;
	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: 370px;
	width: 650px;
	padding-left: 35px;
}

#jshare_box #jshare_content #share_content {
	height: 370px;
	width: 630px;
	position: absolute;
}

#jshare_button {
	height: 110px;
	width: 50px;
	position: fixed;
	top: 20%;
	left: 0px;
	z-index: auto;
	overflow: visible;
	bottom: 80px;
	visibility: visible;
}

#jshare_main {
	width: 500px;
	height: 235px;
	overflow: auto;
	float: right;
}

#jshare_nav {
	float: left;
	width: 50px;
}

#jshare_nav p {
	margin-top: 4px;
}

#jshare_nav img {
	border: none;
}







#jshare_main a {
	width: 33%;
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
}

.jshare_title {
	padding-bottom: 15px;
	padding-left: 120px;
}

.clear {
	clear: both
}



#jshare_email {
	width: 500px;
	height: 210px;
	display: none;
}


#jshare_email .element * {
	padding: 5px;
	margin: 2px;
	font-size: 12px;
	width: 400px;
}

#jshare_email .element label {
	float: left;
	width: 70px;
	text-align: right;
	padding-right: 10px;
}

#jshare_email input, #jshare_email textarea {
	float: left;
}

#jshare_email .hightlight {
	border: 2px solid #CF434A;
}

#jshare_email #submit {
	float: right;
	padding-left: 10px;
	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
}