div.speechbubbles{
background-color:#1460ac; /*background color of tooltip*/
border:none;
position:absolute;
top:0;
z-index:100;
visibility:hidden;
line-height:1.3em;
padding:8px;
width:280px; /*default width of tooltip*/

font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #ffffff;
line-height: 19px;
letter-spacing: -1px;
/*border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px;*/
}



div.speechbubbles div.speechbubbles-arrow { 
height:0;
width:0;
position:absolute;
top:-19px;
left:20px;
z-index:101;
_display:none; /*IE hack to hide arrow in IE6*/
}

div.speechbubbles div.speechbubbles-arrow-border{ /*shared CSS for arrow border DIV*/
border-color: transparent transparent #1460ac transparent; /*border color should be same as div.speechbubbles border color*/
border-style: solid;
border-width: 10px;
height:0;
width:0;
position:absolute;
top:-20px;
left:20px;
z-index:101;
_display:none; /*IE hack to hide arrow in IE6*/
}


div.downversion div.speechbubbles-arrow{ /*down arrow DIV specific CSS*/
border-color: #1460ac transparent transparent transparent; /*border color should be same as div.speechbubbles background color*/
top:auto;
bottom:-19px;
}


div.downversion div.speechbubbles-arrow-border{ /*down arrow border DIV specific CSS*/
border-color: #1460ac transparent transparent transparent; /*border color should be same as div.speechbubbles border color*/
top:auto;
bottom:-20px;
}

.veiksme_fb_bg {
	background-image: url('../images/veiksme/fons-zils.png');
	height: 52px;
	background-repeat: no-repeat;
	background-position: top center;
}