#share{
	position: relative;
	top:50%;
	left: 50%;
	display: block;
	width: 230px ;
	height: 186px ;
	background: #fff ;
	margin: -93px -115px;
	border-radius: 3px;
}

#share .title{
	position: absolute;
	top: 10px;
	left:10px;
	font-size: 16px;
	color: #000;
}


#share .icon{
	position: absolute;
	top: 50px;
	float: left;
	display: block;
	width: 44px;
	height: 56px;
	margin: 0px 0px;
	padding:0px 0px;	
	cursor: pointer;
}

#share .icon.facebook{
	left:10px;
}

#share .icon.twitter{
	left:67px;
}

#share .icon.gplus{
	left:120px;
}

#share .icon.email{
	left:175px;
}


#share hr{
	position: absolute;
	top: 120px;
	left: 10px;
	width: 210px;
	height: 1px;
	color: #eee;
	background: #eee;
	border:none;
}

#share .url{
	position: absolute;
	top: 140px;
	left: 10px;
	width: 205px;
	height: 24px;
	color: #686859;
	font-size: 12px;
	background: #eee;
	border:1px solid #888;
	box-shadow: none;
	text-indent: 5px;
	border-radius: 3px;
}



#share .closeBtn{
	background: #000 !important;
	background: rgba(0,0,0,.2) !important;
}


#sharebyemail{
	position: relative;
	top:50%;
	left: 50%;
	display: block;
	width: 267px;
	height: 140px ;
	background: #fff ;
	margin: -50px -165px;
	border-radius: 3px;
}


#sharebyemail .title{
	position: absolute;
	top: 10px;
	left:10px;
	font-size: 16px;
	color: #000;
}


#sharebyemail .from{
	position: absolute;
	top: 32px;
	left: 10px;
	width: 240px;
	height: 24px;
	color: #686859;
	font-size: 12px;
	background: #eee;
	border: 1px solid #888;
	box-shadow: none;
	text-indent: 5px;
	border-radius: 3px;
}



#sharebyemail .email{
	position: absolute;
	top: 70px;
	left: 10px;
	width: 240px;
	height: 24px;
	color: #686859;
	font-size: 12px;
	background: #eee;
	border: 1px solid #888;
	box-shadow: none;
	text-indent: 5px;
	border-radius: 3px;
}

#sharebyemail button{
	position: absolute;
	top: 105px;
	left: 10px;
	width: 62px;
	height: 28px;
	color: #FFF;
	font-size: 12px;
	background: #00a804;
	border: none;
	box-shadow: none;
	border-radius: 3px;
	cursor: pointer;
}

#sharebyemail button:focus{
	outline: none;
}

#sharebyemail .closeBtn{
	display: none;
}



