﻿
a{ outline:none;}
input{ outline:none;}
select{ outline:none;}
        .dropdown
        {
            display: inline-block;
            position: relative;
            overflow: hidden;
            height: 31px;
            width: 150px;
            background: none;
            border: 4px solid #dcac7c;
            border-color: #dcac7c;
            border-right: 4px solid #fff;
           
            
        }
          .seach-box-in
        {
            display: inline-block;
            position: relative;
            overflow: hidden;
            height: 15px;
            width: 256px!important;
            background: none;
            border: 4px solid #dcac7c;
            border-color: #dcac7c;
            border-right: none;
            padding:8px 10px 10px;
        
        }
        .dropdown-select
        {
            position: relative;
            width: 130%;
            margin: 0;
            padding: 4px 8px 6px 10px;
            height: 31px;
            line-height: 14px;
            font-size: 12px;
            color: #a24e12;
            text-shadow: 0 1px white; /* Fallback for IE 8 */
            background: none; /* "transparent" doesn't work with Opera */
            background:none;
            font-family:Alex-Antiqua-Book; font-size:15px;
            border: 0;
            border-radius: 0;
            -webkit-appearance: none;
        }
        .dropdown-select:focus
        {
            z-index: 3;
            width: 100%;
            color: #394349;
           
            outline-offset: -2px;
        }
        .dropdown-select > option
        {
           
            padding: 6px 8px;
            text-shadow: none;
            background: #f5d5ad;
           
            cursor: pointer;
        }
        .dropdown:before, .dropdown:after
        {
            content: '';
            position: absolute;
            z-index: 2;
            top: 9px;
            right: 10px;
            width: 0;
            height: 0;
            border: 4px dashed;
            border-color: #a24e12 transparent;
            pointer-events: none;
        }
        .dropdown:before
        {
            border-bottom-style: solid;
            border-top: none;
        }
        .dropdown:after
        {
            margin-top: 7px;
            border-top-style: solid;
            border-bottom: none;
        }
 


