diff --git a/html5/verto/demo/index.html b/html5/verto/demo/index.html
index 2ccdde86dc..7a6e53acea 100644
--- a/html5/verto/demo/index.html
+++ b/html5/verto/demo/index.html
@@ -29,6 +29,36 @@
cursor: pointer;
}
+
+
+
+ #chatwin
+ {
+ background-color: #eeeeee;
+ width: 500px;
+ height:150px;
+ max-height:150px;
+ overflow-y: scroll;
+ scrolling: auto;
+ text-align: left;
+ border-style:inset;
+ font-size: 10pt;
+ }
+
+ .l1
+ {
+ border:1;
+ background-color:#fefefe;
+ height:1px;
+ opacity:0.4;
+ }
+ #chatmsg
+ {
+ width:400px;
+ max-height:40px;
+ }
+
+
@@ -40,32 +70,32 @@
-