#domainSearch{
    float:left;
    width:360px;
}
.sty2{
    position:relative;
    margin:0px 0px 10px 0px;
    padding-left:25px;
    height:25px;
    line-height:25px;
    font-family:'微软雅黑';
    font-size:14px;
    font-weight:bold;
    color:#980000;
    background:#f9f9f9 url(../images/dot11.gif) no-repeat 10px center;
}
#domainIn{
    margin-bottom:10px;
    margin-left:20px;
}
#labels{
    padding-right:5px;
    font-family:'Arial';
    font-size:12px;
    font-weight:bold;
}
#dom{
    width:180px;
}
#childDom{
    float:left;
    display:inline;
    margin-left:20px;
    width:330px;
    margin-top:5px;
    font-family:'verdana';
    font-size:11px;
}
#childDom label{
    float:left;
    width:80px;
    padding:3px 0px;
}
#dsearch{
    margin-left:10px;
    width:40px;
    height:22px;
    border:none;
    cursor:pointer;
    background:url(../images/sbutton.gif) no-repeat left top;
}
#domainReslt{
    float:right;
    width:360px;
}
#domainContent{
    clear:both;
}
.domainMore{
    position:absolute;
    right:10px;
    top:0px;
	font-size:12px;
    font-weight:normal;
    color:#666;
}