<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

/* #Online Service
 -------------------------------------------------- */

#chatBox { bottom:0; font-family:arial; font-size:12px; position:absolute; right:0 }
.chatBoxMain, .chatBoxSmall { background-color:#FFF; background-image:url("../../images/boxTop.gif"); background-repeat:no-repeat; width:230px; z-index:99 }
.chatTitle { height:40px; line-height:40px }
.chatTitle strong { float:left; font-size:14px; font-weight:400; padding-left:12px }
.chatTitle span { cursor:pointer; float:right; padding:8px }
.chatMsg { border-left:5px solid #F69209; border-right:4px solid #F69209; overflow:hidden; padding:0 12px; width:197px }
.chatMsg p { margin:12px 0; width:12em }
.chatMsg ul { list-style-type:none; margin:0; padding-left:0 }
.chatMsg ul li { line-height:18px; margin-bottom:3px }
.chatMsg ul li .chatName { color:#D55E1A; font-weight:700; margin-right:6px }
.chatMsg ul li a { color:#3A92FF; text-decoration:none }
.chatMsg ul li a:hover { text-decoration:underline }
.chatMsg ul li img { border-style:none; display:inline; margin-right:3px }
.chatEnd { background-image:url("../../images/boxEnd.gif"); background-position:0 100%; background-repeat:no-repeat }
.chatBoxSmall { display:none; height:18px; line-height:18px; padding-left:12px; width:218px }
.chatBoxSmall strong { float:left }
.chatBoxSmall span { cursor:pointer; float:right; padding:5px }</pre></body></html>