﻿
/*设置提示提示列表上的样式表*/
.search_link {
    background-color: #FFFFFF;
    cursor: pointer;
    line-height: 24px;
    text-indent: 6px;
}
/*设置当鼠标移动到提示列表上的样式表*/
.search_link_over {
    background-color: #E8F2FE;
    cursor: pointer;
    line-height: 24px;
    text-indent: 6px;
}

/*设置显示搜索提示div的样式表*/
#search_div {
    position: absolute;
    background-color: #FFFFFF;
    text-align: left;
    border: 1px solid #DDDDDD;
    border-top: 0px;
    display: none;
    min-width: 553px;
    width: 553px;
}

/*文本框样式*/
.mainInput {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    line-height: 26px;
    height: 28px;
    width: 714px;
    font-size: 16px;
    font-family: "微软雅黑", "宋体", Candara;
    font-weight: normal;
    color: #666;
    margin: auto;
    text-indent: 8px;
     float:left;
}

.lowInput {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    line-height: 26px;
    font-size: 16px;
    font-family: "微软雅黑", "宋体", Candara;
    font-weight: normal;
    color: #666;
    margin: auto;
    text-indent: 8px;
    float:left;
}
/*鼠标放上文本框样式*/
.mainInputOver {
    width: 714px;
    height: 30px;
    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: #b7b7b7;
    border-right-color: #d0d0d0;
    border-bottom-color: #d0d0d0;
    border-left-color: #d0d0d0;
}
/*鼠标离开文本框样式*/
.mainInputFocus {
    width: 714px;
    height: 30px;
    border: 1px solid #41b5f2;
}

/*点击文本框样式*/
.myBorder {
    width: 714px;
    height: 30px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.search-div {
    width: 714px;
    float: left;
}
