@charset "utf-8";
/* CSS Document */

.helper{position:fixed; _display:none; width:150px; float:right;   bottom:0px;  right:0px;}
.bubble{background:transparent url(../images/characters/bubble.gif) top right no-repeat; float:left; width:200px;padding-right:42px; position:absolute; right:100px; display: none; }

.bubble_open{background:transparent url(../images/characters/bubble.gif) top right no-repeat; float:left; width:200px;padding-right:42px; position:absolute; right:100px; display: block; }

.bubble-inner{background-color:#ffffff; border:1px solid #ffffff; padding:10px;}

.bubble-inner p{color:#000000}

.helper img{float:right; border:none}