/* COMMENT BUBBLE!!! */
a.comments-bubble {color: #ffffff; text-decoration: none; font-weight: bold;}

.comments-bubble {
	position:relative;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px; /*Change this for the padding around the number!*/
	padding-bottom: 4px; /*Change this for the padding around the number!*/
	margin-bottom: 7px;
	color:#fff;
	background:#000000; /* default background for browsers without gradient support */
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#000000));
	background:-moz-linear-gradient(#555555, #000000);
	background:-o-linear-gradient(#555555, #000000);
	background:linear-gradient(#555555, #000000);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	display: inline-block;
	font-size: .6em;
font-weight: bold;}

.comments-bubble:after {
	content:"";
	position:absolute;
	bottom:-5px; /* value = - border-top-width - border-bottom-width */
	left: 25%; /* controls horizontal position */
	border-width:5px 5px 0 0px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#000000 transparent; 
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;}
	
	
.goog-te-combo {width: 300px;}

	
	


	


