/*
 * 功能：全局css
 * 作者：Gavin
 * 创建时间：2008-10-27
 * 最后一次修改时间：2009-1-14 
---------------------------------*/

/*全局默认样式
---------------------------------*/
body {
font-family:Arial,tahoma,Verdana, ;
font-size:12px;
color:#2B2B2B;
}
body, p, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, fieldset, legend, input, button {
margin:0;
padding:0;
}

/*图片链接
---------------------------------*/
a img {
border:none;
}

/*伪类
---------------------------------*/
a:link, a:visited {
color:#000F07;
text-decoration:none;
}
a:hover, a:active {
color:#1F7D58;
}

/*h1～h6
---------------------------------*/
h1 {
}
h2 {
}
h3 {
}
h4 {
}

/*无序列表、有序列表、自定义列表
---------------------------------*/
ul, ol, dl {
list-style:none;
text-align:left;
}

/*段落
---------------------------------*/
p {
margin:1em;
line-height:1.8em;
text-align:left;
}

/*表单：左标签等宽右对齐
---------------------------------*/
fieldset {
border: none;
margin: 1.5em 0;
}
fieldset ol {
margin-top: 1em;
list-style: none;
}
fieldset li {
float: left;
clear: left;
width: 100%;
display:inline;
padding-bottom: 1em;
}
fieldset li label {
float: left;
width: 10em;
margin-right: 1em;
text-align: right;
}
fieldset input.txt, fieldset textarea{
font-size:12px;
padding:1px;
}
fieldset textarea {
width:30em;
height:8em;
}
div.submit {
border:none;
}
/***** Table *****/
table {
width:100%; 
border:1px solid #DCDCDC;
border-collapse:collapse;
border-width:1px 0 0 1px;
}
table td, table th {
border:1px solid #DCDCDC;
border-width:0 1px 1px 0;
line-height:19px;
padding:.2em .6em;
text-align:left;
}
table th {
background-color:#f8f8f8;
font-weight:bold;
}

/***** Clear fixed *****/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */

