.bildirim-sayisi {
	width: 32px;
	height: 30px;
	text-align: center;
	line-height: 27px;
	display: inline-block;
	border-radius: 50%;
	color: white;
	font-weight: bold;
	border: 2px solid white;
	font: bold 15px/27px Arial;
	box-shadow: inset 0 0 17px rgba(0,0,0,0.8);
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box;
	-webkit-user-select: none;
	cursor: pointer;
	background: #eb9a9c;
	background: -moz-linear-gradient(top, #eb9a9c 0%, #ea6c6f 50%, #e93f40 51%, #db1f19 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb9a9c), color-stop(50%,#ea6c6f), color-stop(51%,#e93f40), color-stop(100%,#db1f19));
	background: -webkit-linear-gradient(top, #eb9a9c 0%,#ea6c6f 50%,#e93f40 51%,#db1f19 100%);
	background: -o-linear-gradient(top, #eb9a9c 0%,#ea6c6f 50%,#e93f40 51%,#db1f19 100%);
	background: -ms-linear-gradient(top, #eb9a9c 0%,#ea6c6f 50%,#e93f40 51%,#db1f19 100%);
	background: linear-gradient(to bottom, #eb9a9c 0%,#ea6c6f 50%,#e93f40 51%,#db1f19 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9a9c', endColorstr='#db1f19',GradientType=0 );
	position: absolute;
	top: -14px;
	left: 105px;
}

.ie10 .bildirim-sayisi{ line-height:33px !important; }