@charset "utf-8";
/* CSS Document */


/*/////////////////////////////////////////////////////////////
 Share
//////////////////////////////////////////////////////////////*/
#share {
	display: block;
	position: absolute;
	bottom: 110px;
	left: 0;
	width: 0;
	height: 0;
	z-index: 24;
	
	
	
	visibility: hidden;
	
}

#shareMain {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background-color: #575249;
	z-index: 28;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#shareBack {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: 27;
	visibility: hidden;
	
}
#shareCover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	
	visibility: hidden;
	/*
	background-color:rgba(200,0,50,0.5);
	*/
}

.shareNoButton {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	background-image: url("../images/button-no.png");
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;

}

.shareYesButton {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	background-image: url("../images/button-yes.png");
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
}

.shareText {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
}
