/* CSS Document */
@import url("top.css");
#content {
width:960px;
background:url(../images/content_bj.jpg) repeat-y;
overflow:hidden;
}
#left {
width:250px;
margin:12px 0 0 12px;
display:inline;
}
#right {
width:665px;
margin:0 0 0 17px;
display:inline;
overflow:hidden;
}
#right .onelayout {
width:610px;
margin:10px 0 0 20px;
padding:0 0 15px 0;
display:inline;
overflow:hidden;
}
#right .onelayout h2 {
width:610px;
height:28px;
color:#999;
line-height:28px;
text-indent:10px;
font-size:12px;
background:#444;
margin:0 0 15px 0;
display:inline;
overflow:hidden;
}
#right .onelayout h2 span {
margin:0 0 0 355px;
display:inline;
}
#right .onelayout dl {
width:610px;
font-size:12px;
text-indent:5px;
text-align:left;
line-height:25px;
color:#777;
margin:18px 0 0 0;
display:inline;
float:left;
}
#right .onelayout dl a {
line-height:25px;
color:#fff;
}
#right .onelayout dl dt {
width:610px;
height:22px;
color:#777;
border-bottom:1px dotted #555;
overflow:hidden;
}
#right .onelayout dl dd {
width:610px;
margin:0 0 0 18px;
overflow:hidden;
}
.list {
width:400px;
margin:10px 0 0 150px;
display:inline;
overflow:hidden;
}
.list ul {
width:400px;
overflow:hidden;
}
.list ul li {
width:400px;
color:#777;
margin:10px 0 0 0;
overflow:hidden;
}
.list ul li span {
width:100px;
text-align:right;
}
.list ul li input {
width:250px;
background:#555;
border:1px solid #333;
}
.line {
width:658px;
height:2px;
border-top:1px dotted #555;
margin:20px 0 12px 0;
display:inline;
}