.like_box{
    border-color:#D5D5D5 #B3B3B3 #999999;
	border-style:solid;
	border-width:1px;
	background-color: #F8F7F7;
	background-image: url(like_share_icon1.png);
	background-position: 5px center;
	background-repeat: no-repeat; 
	padding: 7px ;
	padding-left: 25px;
	margin: 10px;
	color:#000;
	font-family:Arial;
	font-weight:bold;
	font-size:13pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.share_box{
    position:absolute;
	top:0;
	right:0;
	width: 281px;
	border: 1px solid #e0e0e0;
	background: #f7f7f7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	right: 0px;
	display:none;
	box-shadow: 0 4px 7px;
	-moz-box-shadow: 0 4px 7px;
	-webkit-box-shadow: 0 4px 7px #000;
}
.share_box .title{
    width:271px;
	background: #ddd;
	font-size: 10pt;
	font-weight:bold;
	font-family:Tahoma;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-bottom-left-border-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-bottom-right-border-radius: 0;
}
.btns_box{
    display:none;
}
.like_share_div{
    padding-bottom:10px;
}
.other_likes_box{
    display:none;
}
.share_prelative{
    position:relative;left:0; top:0;
}
a.like_share_hrefs,a.like_share_hrefs{
    color:#0F5065;
	font-family:Tahoma;
	font-weight:bold;
	font-size:9pt;
	text-decoration:none;
}
a.like_share_hrefs:hover{
    color:#0F5065;
	font-family:Tahoma;
	font-weight:bold;
	font-size:9pt;
	text-decoration:underline;
}
a.like_share_hrefs2,a.like_share_hrefs2{
    color:#0F5065;
	font-family:Arial;
	font-weight:bold;
	font-size:13pt;
	text-decoration:none;
}
a.like_share_hrefs2:hover{
    color:#0F5065;
	font-family:Arial;
	font-weight:bold;
	font-size:13pt;
	text-decoration:underline;
}
.share_in a,.share_in a:visited,.share_in a:hover{
    color:#333333;
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}
.share_in_google{
    background:url("google.gif") 10% 50% no-repeat;
}
.share_in_fb{
    background:url("fb.jpg") 10% 50% no-repeat;
}
.share_in_twitter{
    background:url("twitter.png") 10% 50% no-repeat;
}
.share_in_digg{
    background:url("digg.gif") 10% 50% no-repeat;
}
.disable_links{
    position:absolute;
	z-index:1000;
	top:0;
	right:0;
	display:none;
	width:100%;
	height:100%;
	background:#ffffff;
}