/* CSS Document */

#search_top_bar .input_txtkeyword{
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    line-height:14px;
    color: #000;
    width: 125px;
    width:234px;
    height:18px;
    border:0px;		
    background: #ffffff url("../images/icon_search12.png") no-repeat left;
    padding:0px 5px 0px 20px;
    outline:none;
    float:left;
    margin-left:2px;
}

#search_top_bar .btn_search_topbar{
    border: 1px solid #1a538a;
    width: 55px;
    height:18px;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    line-height:12px;
    font-weight: bold;
    background: #1a538a;
    color: #ffffff;
    cursor: pointer;
    float:left;
}