/* CSS Document */
/*搜索下拉样式*/
.keyinput{width:150px;height:30px;font-size:12pt;border:1px solid #F17C15;border-radius:5px;background:#FFFFFF;color:#EC1216;margin:5px;}
.auto_hidden {
width:204px;border-top: 1px solid #F17C15;
border-bottom: 1px solid #F17C15;
border-left: 1px solid #F17C15;
border-right: 1px solid #F17C15;
position:absolute;
display:none;
}
.auto_show {
width:204px;
border-top: 1px solid #F17C15;
border-bottom: 1px solid #F17C15;
border-left: 1px solid #F17C15;
border-right: 1px solid #F17C15;
position:absolute;
z-index:9999; /* 设置对象的层叠顺序 */
display:block;
height:auto;
max-height:400px;
overflow:auto;
/*滚动条样式*/
scrollbar-3d-light-color:#F17C15; /*设置或检索滚动条亮边框颜色*/ 
crollbar-highlight-color:#F17C15; /*设置或检索滚动条3D界面的亮边（ThreedHighlight）颜色*/
scrollbar-face-color:#F17C15; /*设置或检索滚动条3D表面（ThreedFace）的颜色*/ 
scrollbar-arrow-color:#F17C15; /*设置或检索滚动条方向箭头的颜色*/
scrollbar-shadow-color:#F17C15; /*设置或检索滚动条3D界面的暗边（ThreedShadow）颜色 */
scrollbar-dark-shadow-color:#F17C15; /*设置或检索滚动条暗边框（ThreedDarkShadow）颜色 */
scrollbar-base-color:#F17C15; /*设置或检索滚动条基准颜色。*/

}
.auto_onmouseover{
color:#ffffff;
background-color:highlight;
width:100%;
}
.auto_onmouseout{
color:#000000;
width:100%;
background-color:#ffffff;
}
.auto_onmouseout2{
color:#F00;
width:100%;
background-color:#ffffff;
}

