@CHARSET "gbk";

.clickable {
	cursor : pointer;
}

.tips {
    position        : absolute;
    background      : url("./images/fix/msg_arrow.gif") left center no-repeat;
    padding-left    : 7px;
}
.tips .text {
    display         : block;
    padding         : 5px;
    border          : 2px solid #924949;
    border-left     : none;
    background-color: #F3E6E6;
    font            : 12px Verdana, Arial, Helvetica, sans-serif;
    color           : #666;
}
