/*--- 功能：全局css ---*/
/*--- 作者：Gavin ---*/
/*--- 时间：2008-10-27 ---*/

/*--- 全局默认样式 ---*/
*{
margin:0;
padding:0;
}
html{}
body{
text-align:center;
color:#545555;
background:#E7EEF6 url(bg.gif) repeat-x;
padding:33px 0;
font-family:tahoma, Verdana, Arial, "宋体";
font-size:12px;
}

/*--- 图片链接 ---*/
a img{
border:none;
}

/*--- 伪类 ---*/
a{
color:#689BCA;
text-decoration:none;
}
a:hover{
color:#1A609E;
}

/*--- h1～h6 ---*/
h1{}
h2{}
h3{
color:#689ACB;
font-size:12px;
font-family:Arial, "宋体";
text-align:left;
}
h4{
font-size:12px;
color:#005BA4;
}

/*--- 列表 ---*/
ul, ol{
list-style:none;
}
dl{
text-align:left;
line-height:20px;
}
dt{
color:#689ACB;
font-weight:bold;
}
dd{
color:#689ACB;
}

/*--- 段落 ---*/
p{
text-indent:2em;
line-height:20px;
text-align:left;
padding-bottom:1em;
}

/*--- 表单 ---*/
form{
margin:0 auto;
}
fieldset{
border:1px solid #ddd;
margin-bottom:16px;
}
fieldset legend{
border:1px solid #ddd;
margin:0 10px;
font-weight:bold;
padding:0 10px;
}
form div{
text-align:left;
padding:3px 0;
}
label{
width:24%;
height:20px;
line-height:20px;
padding-right:1%;
float:left;
text-align:right;
color:#030504;
}
input.txt, input.pwd{
height:16px;
line-height:16px;
width:80%;
padding-left:2px;
}
select{}
textarea{
width:60%;
height:120px;
}
button{
cursor:pointer;
}

/*--- 浮动清除 ---*/
.clear{
clear:both;
}