@charset "utf-8";
/* CSS Document */

/*tip*/
.caller_tip{position:absolute;line-height:22px;min-width:12px;padding:5px 10px;font-size:12px;_float:left;border-radius:3px;box-shadow:1px 1px 3px rgba(0,0,0,.3);background-color:#F90;color:#fff;z-index:999999;}
.caller_tipArrow{ position:absolute;  width:0; height:0; border-width:8px; border-color:transparent; border-style:dashed; *overflow:hidden;}
.caller_tipArrowT,.caller_tipArrowB{left:5px; border-right-style:solid;}
.caller_tipArrowL,.caller_tipArrowR{top:0px; border-bottom-style:solid;}
.caller_tipArrowT{bottom:-8px;}
.caller_tipArrowB{top:-8px;}
.caller_tipArrowL{right:-8px;}
.caller_tipArrowR{left:-8px;}

/*msg*/
.caller_msg{position:absolute;line-height:26px;min-width:12px;padding:5px 10px;font-size:12px;_float:left;border-radius:3px;box-shadow:1px 1px 3px rgba(0,0,0,.3);background-color:#F90;color:#fff;z-index:999999;}

.msgtype0,.msgtype1,.msgtype2,.msgtype3,.msgtype4{width:32px; height:32px;position:absolute;top:4px;left:15px;background:url(images/icon.png) no-repeat;}
.msgtype0{background-position:left center;}
.msgtype1{background-position:-36px center;}
.msgtype2{background-position:-72px center;}
.msgtype3{background-position:-108px center;}
.msgtype4{background-position:-144px center;}
.caller_msgtext{ padding-left:48px; float:left;word-break:break-all; padding-right:20px; overflow:hidden; font-size:14px;}
