﻿.key_normal
{
height: 18px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #808080;
border-right-color: #D4D0C8;
border-bottom-color: #D4D0C8;
border-left-color: #808080;
background-image: url(images/intputbj.gif);
}

.key_abnormal
{
height: 18px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #808080;
border-right-color: #D4D0C8;
border-bottom-color: #D4D0C8;
border-left-color: #808080;
background-image: url(images/intputbj.gif);
}

.search_suggest
{
margin: 0;
padding: 4;
border: 1px solid #999999;
background-color: #fff;
position: absolute;
top: 26px;
left: 0px;
clear: both;
overflow: visible;
}

.suggest_hidden
{
display: none;
clear: both;
}

.item_normal
{
width: 100%;
overflow-x: hidden;
overflow-y: hidden;
padding-top: 2px;
font-size: 14px;
color: #666666;
text-indent: 2px;
line-height: 24px;
}

.item_high
{
width: 100%;
padding-top: 2px;
background-color: #326BC5;
color: white;
cursor: hand;
font-size: 14px;
line-height: 24px;
text-indent: 2px;
}

.cancel
{
cursor: default;
text-align: right;
width: 100%;
margin-top: 20px;
font-size: 14px;
}

.suggest_button
{
border: 0;
background-image: url(images/sel.gif);
width: 54px;
height: 22px;
position: absolute;
clip: rect(0px 18px 22px 0px);
top: 0px !important; *top:1px!important;
}
.suggest_left
{
float: left;
}
.suggest_right
{
float: right;
}