@charset "utf-8";

.bycbubble {
position: relative;
z-index: 99;
}
 
div.bycbubble em {
background: url(../images/bubble.png) no-repeat;
width: 241px;
height: 61px;
position: absolute;
top: -70px;
left: -0px;
text-align: center;
/*text-indent: -9999px;*/
z-index: 2;
color:#01a7e5;
display: none;
padding-top:3px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-style:normal;
font-weight:100;
}

div.bycbubble h1 {
background: url(../images/bubble2.png) no-repeat;
width: 235px;
height: 49px;
position: absolute;
top: -70px;
left: -0px;
text-align: center;
/*text-indent: -9999px;*/
z-index: 2;
color:#01a7e5;
display: none;
padding-top:3px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-style:normal;
font-weight:100;
}
