﻿@charset "utf-8";
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,form,p,table,th,td,select,input,textarea{margin:0;padding:0;}
body{font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu ;font-size:12px; }
input,textarea{ border:none; background:none; font-size:12px}
ul li{ list-style-type:none}
.clearfix {overflow: auto; height: 1%;}
a{text-decoration: none;}
table {border-collapse:collapse;border-spacing:0;}
img {border:0 none;}
h1, h2, h3, h4, h5, h6 {font-size: 12px;font-weight:normal}
.right{float:right}
.left{float:left}
:focus {outline :0;}
.online {
    position: fixed;
    top: 300px;
    left: 0px;
    z-index: 999;
    width: 120px;
    height: 150px;
    background: #FFF none repeat scroll 0% 0%;
    border-width: 1px 1px 1px 0px;
    border-style: solid solid solid none;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: #CCC #CCC #CCC -moz-use-text-color;
}
.cs_online {
    height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    background: transparent url("../images/img.gif") no-repeat scroll 0px -50px;
}