body {
    margin: 0;
    padding: 0;
    font-family: "����";
    font-size: 13px;
 
}

h1 {
    margin: 0;
    padding: 20px 0;
    font-size: 16px;
}

ol {
    padding-left: 20px;
    line-height: 130%;
}

#box {
    width: 600px;
    text-align: left;
    margin: 0 auto;
    padding-top: 80px;
}

} .gray {
    color: gray;
} .ac_results {
    background: #fff;
    border: 1px solid #7f9db9;
    position: absolute;
    z-index: 10000;
    display: none;
    width:220px;
   
}
.ac_results table{
    
}
/*
.ac_results li a {
    white-space: nowrap;
    text-decoration: none;
    display: block;
    color: #05a;
  	padding: 1px 3px;
}*/
.ac_results tr {
	cursor:hand;
}
.ac_over, .ac_results tr hover{
    background: #c8e3fc;
}
/*
.ac_results li a span {
    margin-left: 10px;
}*/
.ac_result_tip {
	font-size:11px;
	line-height:18px;
    border-bottom: 1px dashed #666;
}

.menu_iframe {
   position: absolute;
   visibility: inherit;
   top:0px;
   left:0px;
   padding:0;
   z-index: -1;
   border: 1px solid #7f9db9;
   filter:Alpha(Opacity=0);
   border-style:none
}		