*{ margin:0; padding:0;}
body{ 
color:#666;
line-height:18px;
font:12px/1.6em '宋体',Arial,SimSun,sans-serif;
background:#fff url(../images/bg.gif) repeat-x top;
}
body>table,body>div{
margin-left:auto;
margin-right:auto;
clear:both;
}
ul{list-style-type:none;}
li{ list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:12px;}
img{border:0;}
p{}
strong{ font-weight:600 !important;}

/* Links style */
a{
font-size:12px;
color:#666;
text-decoration:none;
}
a:hover{
font-size:12px;
color:#c00;
text-decoration:underline;
}
a:focus{-moz-outline-style:none;}

/* General Class */
.right{ float:right;}
.left{float:left;}


/* Clearfix */
.clear:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clear{display:inline-table;}
/* Hides from IE-mac \*/
* html .clear{height:1%;}
.clear{display:block;}
/* End hide from IE-mac */
*+html .clear{min-height:1%;}/* IE7 */


/*form*/
input.textfield,
select.select{
border:1px solid #ccc;
}

/*color*/
.red{ color:#c00; text-decoration:underline;}
