/* CSS Document */
*{
margin:0;
padding:0;
}
html{
font-family:tahoma, Verdana, Arial;
font-size:12px;
}
body{
background:#fff;
}
ul{
list-style:none;
}
a img{
border:none;
}
a{
color:#000;
text-decoration:none;
}
a:hover{
color:#4C4C4C;
}
h3{
font-size:14px;
font-family:Arial;
}
h4{
font-size:14px;
font-family:Arial;
line-height:30px;
}
ol{}
dl{}
dt{
font-weight:bold;
}
dd{}
p{
line-height:22px;
text-indent:2em;
}

/*--- 表单：左标签等宽右对齐 ---*/
fieldset {
margin: 1.5em 0 0 0;
border:none;
}
legend {
margin-left: 1em;
padding:0 5px;
color: #000000;
font-weight: bold;
}
fieldset ol {
padding: 1em 1em 0 1em;
list-style: none;
}
fieldset li{ 
float: left; 
clear: left; 
width: 100%; 
padding-bottom: 1em;
}
fieldset li label{ 
float: left; 
width: 10em; 
margin-right: 1em; 
text-align: right;
}
fieldset .submit {
margin-left:12em;
}
fieldset textarea {
width:300px;
height:100px;
}
.font{color:#FFFFFF;}

detail{
width:700px;
line-height:21px;
text-align:left;
}

/*--- 浮动清除 ---*/
.clear{
clear:both;
}
