
big{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background:#F6F6F6 none repeat scroll 0 0;
border:1px solid #CCCCCC;
float:right;
overflow:visible;
padding:4px;
vertical-align:middle;
font: 12px Tahoma;
}

.like_button{
background:url(l-enb.jpg) center right no-repeat #ffffff;
padding-right:22px;
color:#3B5998;
font-weight: bold;
text-align: center;
margin-left:5px;
width:60px;
}

.liked_button{
color:green;
background-color:#ffffff;
font-weight: bold;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position:relative;
z-index:99;
}

.like_button:hover{
background:url(l-dis.jpg) center right no-repeat #ffffff;
color:gray;
}
.dislike_button{
background:url(l-dis.jpg) center right no-repeat #ffffff;
color:gray;
padding-right:22px;

text-align: center;
margin-left:5px;
width:60px;
}

.dislike_button:hover{
	background:url(unl-enb.jpg) center right no-repeat #ffffff;
	color:#9B2C2C;
}

.dislike_button span.ulik {
display:inline;
}
.dislike_button:hover span.ulik {
display:none;
}
.dislike_button span.dslik {
display:none;
}
.dislike_button:hover span.dslik {
display:inline;
}

.ilikethis{
		font-size: 12px;
		color: gray;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
		text-align: center;
		text-decoration: none;
		background-color:#F6F6F6;
		text-shadow: #fff 0px 0px 20px;
		width:300px;
		vertical-align:middle;
		border:solid #CCCCCC 1px;
	}


.totalstatsbutton{
background: #feeacf url(pbb_like.png) 5px center no-repeat;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
display: block;
padding: 7px 7px 7px;
padding-right: 25px;
margin: 10px 0;
background-position: right;
border: none;
font-family: "Droid Arabic Kufi","Tahoma",sans-serif !important;
font-size: 13px !important;
color: #000 !important;
clear:both;
}
.likenotif{
color:#ffffff;
background-color:#f03d25;
border:1px solid #d83722;
border-bottom:1px solid #c0311e;
border-top:1px solid #e23923;
border-radius:15px;
box-shadow:0 1px 0 rgba(0, 39, 121, .77);
padding:2px;
font-weight: bold;
margin-left: 3px;
}


.most_like{
	font: 11px Tahoma;
	padding: 2px 10px;
	background: #f6f6f6;
	background:  -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5));
	border: 1px solid #dbdbdb;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #616161;
	display: inline-block;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0px;
	margin:2px;
}

.most_like_header{
	color: #7f7f7f;
	font-family: Tahoma;
	font-size: 11px;
	background: #ebebeb;
	padding: 5px;
	border:1px;
	border : 1px solid #CCCCCC;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	text-align: center;
}
.most_like_header:hover{
	background: #ebebeb;
}





.note {
position:fixed;
    padding: 5px;
    color: #666;
    border: 1px solid #555555;
    direction: ltr;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: -100px;
    background: #ebebeb;
    filter:alpha(opacity=90);
/* CSS3 standard */
opacity:0.9;
}
.note img {
float:right;
clear:both;
    margin-right: auto;
    margin-left: auto;
}

   #topicPreview-container {
     left:2% !important;
     right:2% !important;
     top:7% !important;
   }

.like_notif{
color:#000;
font-family: "Droid Arabic Kufi","Tahoma",sans-serif !important;
font-weight: bold;
font-size: 19px;
padding:2px;
margin-left: 3px;
position:relative;
left:15px !important;
}