body {
scrollbar-3dlight-color:#111; 
scrollbar-arrow-color:#11acfe;
scrollbar-highlight-color: #333; 
scrollbar-face-color:#252525; 
scrollbar-shadow-color:#444; 
scrollbar-darkshadow-color:#252525; 
scrollbar-track-color: #333;}
.uchat { color:#FFF; width:87%; max-width:250px; padding:0px; margin:0px; position: relative;left:15px;background-color:transparent;}
.uchat .ut {text-shadow:1px 1px #111; color:#878787; height:20px; line-height:20px; text-align:center; font-size:11px; font-weight:bold; font-family:arial; border-bottom:1px solid #555555; }
.uchat .uc {text-shadow:1px 1px #111;  background-color:transparent; height:300px; margin:0px; padding:5px; overflow:auto; }
.uchat .uc table {text-shadow:1px 1px #111;  background-color:eee; margin:2px auto 2px auto; padding:2px; text-align:left; font-size:11px; font-family:arial; border-bottom:1px solid #444;}

.uchat .user, .uchat .data {text-shadow:1px 1px #111; background-image: -webkit-gradient(linear, left top, left bottom, from(#064e94), to(#0974c8)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #064e94, #0974c8); /* Chrome 10+, Saf5.1+ */
  background-image:-moz-linear-gradient(top, #064e94, #0974c8); /* FF3.6 */
  background-image:-ms-linear-gradient(top, #064e94, #0974c8); /* IE10 */
  background-image:-o-linear-gradient(top, #064e94, #0974c8); /* Opera 11.10+ */
  background-image:linear-gradient(top, #064e94, #0974c8);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#064e94', EndColorStr='#0974c8'); /* IE6–IE9 */
}

.uchat .user {text-shadow:1px 1px #111;  padding:3px; color:#f9f9f; font-size:12px; font-family:arial; }
.uchat .user a {text-shadow:1px 1px #111;  text-decoration:none; line-height:5px; color:#fff; outline:none; }
.uchat .user a:hover { text-decoration:none; color:#000; }
.uchat .user img { margin-bottom:-2px; cursor: pointer; border:none; }
.uchat .data {text-shadow:1px 1px #111;  padding:3px; color:#fff; font-size:10px; font-family:arial; }
.uchat .message {text-shadow:1px 1px #111;  background-color:#5b5b5b; padding:4px; width:100%; color:#eee; text-align:left; font-size:11px; font-family:arial; border-top:1px solid #626262; word-wrap: break-word; overflow:auto; }
.uchat .message a { text-decoration:none; line-height:normal; color:#03F; outline:none; }
.uchat .message a:hover { text-decoration:underline; color:#C00; }
.uchat .ub {background-color#c9c9c9; width:100%; overflow:hidden;  }
.uchat .ub table { clear:both; text-align:center; padding-bottom:5px; }
.uchat .ub table .securit { height:26px; border-top:1px solid #C6D4DD; }
.uchat .ub table .securit input[name="code"] { margin-left:3px; width:50px; height:20px; font-size:16px; border:none; border-left:1px solid #C6D4DD; border-right:1px solid #C6D4DD; }
.uchat .ub table .captcha { width:56px; height:26px; padding-right:3px; border-top:1px solid #C6D4DD; }
.uchat .ub table .captcha img { height:20px; width:50px; border:none; cursor:pointer; }
.uchat .ub table .addcom { font-size:10pt; font-weight:bold; text-align:center; }
.uchat .ub table .addcom td { padding-bottom:2px; }
.uchat .ub span a { color:#227bbe; }
.uchat .ub span a:hover { color:#888; }
.uchat .ub .addcom span { width:52px; color:#888; text-align:left; line-height:20px;}
.uchat .ub .addcom img { margin:2px 1px 0 1px; width:16px; height:16px; border:none; cursor: pointer; opacity:1.0; filter:proped("opacity=100");}
.uchat .ub .addcom img:hover { opacity:0.8; filter:proped("opacity=80");}
.uchat .ub .comform1 textarea { background-color:#EEE; width:100%; color:#999; height:50px; margin:0px 0px 2px 3px; border:1px solid #818181;

  background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #444444, #999999); /* Chrome 10+, Saf5.1+ */
  background-image:-moz-linear-gradient(top, #333, #999999); /* FF3.6 */
  background-image:-ms-linear-gradient(top, #444444, #999999); /* IE10 */
  background-image:-o-linear-gradient(top, #222, #454545); /* Opera 11.10+ */
  background-image:linear-gradient(top, #444444, #999999);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#999999'); /* IE6–IE9 */
}
.uchat .ub .comform2 input { background:#222; width:56px; color:#555; height:54px; padding:10px; display:block; margin:0px 3px 2px 0px; cursor: pointer; font-size:21px; font-weight:bold; border:1px solid #818181; border-left:none; }
.uchat .ub .comform2 input[type="hidden"] { display:none; height:0px; width:0px; padding:0px; margin:0px; }
.uchat .ub .comform2 input:hover { color:#444; }
.uchat input::-moz-focus-inner { padding:0; margin:0px; border:0; }
.uchat .bottoms {line-height:10px; padding-top:10px; }
