﻿#searchBarWrapper
{
    position:relative;
    float:right;
    width:70%;
    margin-bottom:20px;
    padding-top: 65px;
}

.searchTextBox
{
    padding: 10px 15px;
    background: white;
    border: 1px solid #dbdbdb;
    width: 60%;
    color:#384D55;
    font-size: medium;
}

.yamliapi_simpleLink div
{
    left: +15px !important;
}

.buttonSearch
{
    position: relative;
    width: 100px;
    right: -8px;
    padding: 10px 15px;

    color: #fafafa;
    font-size: medium;

    border: none;
    background-color: #A6CE39;
    border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    clear:left;
}

select.ddlSearchCategory
{
    display: inline-block;
    position: relative;
    padding: 9px 15px;    
    width: 15%;
    left: -8px;
    border: none;

    font-size: medium;
    color: #384D55;
    text-align:center !important;

    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    background: #E4E4E4;
   
    outline: none;
    cursor: pointer;
}

.ttile{
   font-size:x-large;
   font-weight:bold;
   color:#58595B;
}


