﻿/*--- 功能：全局css ---*/
/*--- 作者：Gavin ---*/
/*--- 时间：2008-10-27 ---*/
*{
margin:0;
padding:0;
list-style:none;
}
html{}
body{
font-family:Arial,Verdana,  "宋体";
font-size:12px;
color:#666;
text-align:left;
background:url(bg.jpg) repeat-x left top;line-height:23px;
}
.main_bg{
background:url(index_bg.jpg) repeat-x left top;
}
/*--- 表格 ---*/
table,tr,td {
font-size: 12px;line-height: 15px;color:#666;line-height: 21px;
}
/*--- 图片链接 ---*/
a img{
border:none;
}
/*--- 伪类 ---*/
a{
color:#666;
text-decoration:none;
}
a:hover{
color:#000;
}
/*--- h1～h6 ---*/
h3{
font-size:13px;
font-family:Arial;
text-align:left;
}
/*--- 列表 ---*/
ul{}
ol{}
dl{
text-align:left;
}
dt{
line-height:20px;
font-weight:bold;
}
dd{
line-height:20px;
}
/*--- 段落 ---*/
p{
line-height:20px;
}
/*--- 表单 ---*/
form{
margin:0 auto;
}
fieldset{
padding:10px;
margin-top:5px;
border:1px solid #ffffff;
}
fieldset legend{
font-weight:bold;
padding:3px 20px;
border:1px solid #ffffff;
}
fieldset div{
clear:left;
margin:8px 0;
line-height:20px;
}
fieldset div.center{
color:#f00;
text-align:center;
}
fieldset label{
float:left;
height:22px;
line-height:22px;
width:120px;
text-align:right;
}
fieldset a{
margin:0 6px;
}
input, select, textarea{
padding:1px;
}
input.txt{
width:300px;
}
textarea{
width:400px;
height:120px;
}
button{
cursor:pointer;
border-right:#A29C89 solid 1px;
border-bottom:#A29C89 solid 1px;
border-top:#F3EEDD solid 1px;
border-left:#F3EEDD solid 1px;
background:#ECE4C8 url(btnBg.jpg);
height:22px;
padding:0 8px;
}

/*--- 浮动清除 ---*/
.clear{
clear:both;
}

