﻿        .indeed_ibar form,
        .indeed_ibar fieldset,
        .indeed_ibar h3,
        .indeed_ibar h4,
        .indeed_ibar li,
        .indeed_ibar p,
        .indeed_ibar ul {
            margin: 0;
            padding: 0;
        }

        form, fieldset {border: 0}
        .indeed_ibar {
            border: 1px solid #030;
            border-radius: 3px;
            font-family: Helvetica, Arial, sans-serif;
            font-size: 13px;
            color: #b0a69c;
            padding-bottom: 26px; /* height of indeed logo */
            position: relative;
            width: 298px;
            text-align: left;
        }

        .indeed_ibar #indeed_ibar_edit {
            background: #14421a url(/SalarySearchResult/Graphics/jobs_ibar_edit.png) no-repeat center center;
            border: 1px solid #030;
            border-radius: 3px;
            display: block;
            height: 32px;
            position: absolute;
            right: 0;
            top: 0;
            width: 32px;
        }
        .indeed_ibar .indeed_ibar_header {
            background: #29512e url(/SalarySearchResult/Graphics/jobs_ibar_tile.gif) repeat 0 0;
            color: #fff;
            height: 68px;
            padding: 6px;
            position: relative;
        }
        .indeed_ibar .indeed_ibar_header h3 {
            font-size: 11px;
            font-weight: normal;
            margin: 0 0 3px;
            text-transform: uppercase;
        }
        .indeed_ibar .indeed_ibar_header h4 {
            font-size: 16px;
            margin: 0 0 6px;
            text-transform: none;
        }
        .indeed_ibar .indeed_ibar_header input {
            background-color: #eee;
            border: 1px solid #030;
            color: #666;
            cursor: pointer;
            font-size: 13px;
            font-style: italic;
            height: 18px;
            padding: 3px !important;
            position: absolute;
            bottom: 7px;
            width: 278px;
        }
        .indeed_ibar input#indeed_ibar_submit {
            background: #2d8e24 url(/SalarySearchResult/Graphics/jobs_ibar_search.png) no-repeat center center;
            border: 1px solid #2d8e24;
            border-radius: 3px;
            height: 20px;
            position: absolute;
            right: 8px;
            bottom: 9px;
            width: 20px;
        }
        .indeed_ibar ul {
            list-style-type: none;
            margin: 6px;
        }
        .indeed_ibar ul h3 {
            color: #64976b;
            font-size: 14px;
            font-weight: normal;
            margin-bottom: 4px;
        }
        .indeed_ibar li {
            margin-bottom: 1.5em;
        }
        .indeed_ibar li a {
            color: #7eb185;
            text-decoration: none;
        }
        .indeed_ibar li a:hover {
            text-decoration: underline;
        }
        .indeed_ibar ul span {
            color: #666; /* #666; */
        }
        .indeed_ibar ul span.CompanyClass {
            color: #333;
        }
        
       