@charset "utf-8";

#bookmark{display:none;position:absolute;top:0;left:10px;width:300px;opacity:1;}
#bookmark .container{border:1px solid #808080;width:100%;-webkit-border-radius:10px;position:relative;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ddd));-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.5);overflow:hidden;}
#bookmark .icon{background:url(/images/m/happy_logo.png) 0 0 no-repeat;width:60px;height:60px;float:left;margin:10px;}
#bookmark h2{float:left;width:170px;margin:10px 0 5px 0;}
#bookmark p{float:left;width:200px;margin:0 10px 10px 0;}
#bookmark-close{position:absolute;top:5px;right:5px;width:25px;height:25px;line-height:18px;background:-webkit-gradient(linear,left top,left bottom,from(#b3b3b3),color-stop(0.05,#fcfcfc),color-stop(0.48,#ddd),color-stop(0.52,#cdcdcd),to(#c1c1c1));-webkit-border-radius:3px;color:#666;border:1px solid #636363;font-size:35px;text-align:center;padding-top:5px;}
#bookmark .balloon{width:17px;height:17px;background:url(/images/m/balloon.png) 0 0 no-repeat;z-index:2;position:absolute;bottom:-16px;left:141px;}