.search {
    width: 350px;
}

.search a {
    text-decoration: none;
}

#searchbar {
    overflow: visible !important;
}

#search_widget_form {
    position: relative;
}

#search_widget_form {
    z-index: 1;
}

.search .options {
    background: url("/mistatic/images/search/masthead_search_bg.png") no-repeat scroll left top transparent;
    float: left;
}

.search .icon {
    float: left;
    width: 21px;
}

.search .icon img {
    margin-top: 5px;
}

.search #search_keywords {
    float: left;
    font-size: 15px;
    height: 30px;
    padding: 3px 8px;
    width: 230px;
}

input[type="text"] {
    -moz-box-sizing: padding-box;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    margin: 0;
}

#suggestTarget {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 0 1px 1px;
    color: #000000;
    font: 12px arial,sans-serif bold;
    height: auto;
    left: 6px;
    padding: 5px 8px 5px 6px;
    position: absolute;
    text-shadow: none;
    top: 30px;
    width: 230px;
    z-index: 100;
}

#suggestTarget a#suggestionMessage {
    background-color: #497B92;
    border: 1px solid #CCCCCC;
    color: #EEEEEE;
    font: 11pt arial,sans-serif bolder;
    margin: 0 0 7px;
    position: relative;
}

#suggestTarget a {
    display: block;
    padding: 0 5px 0 7px;
}

#suggestTarget #close_button {
    position: absolute;
    right: 0;
}

.search button {
    -moz-border-radius: 0 5px 5px 0;
    -moz-box-shadow: 0 1px 3px 1px #0E95DB inset;
    background-color: #0B74AB;
    background-image: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    color: #EEEEEE;
    font-size: 100%;
    font-weight: bold;
    text-shadow: 0 -1px 1px #111111;
}

.search button {
    float: left;
    height: 30px;
    padding: 6px 0;
    width: 68px;
}

button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    display: block;
    margin: 0;
}

.search ul#search_widget_choice {
    background-color: #EEEEEE;
    border-color: -moz-use-text-color #B6B6B6 #B6B6B6;
    border-right: 1px solid #B6B6B6;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    color: #464E54;
    left: 10px;
    padding-top: 10px;
    position: absolute;
    top: 34px;
    width: 249px;
    z-index: 5;
    list-style: none;
}

.search ul {
    margin: 0 auto;
    padding: 0;
}

.search #search_widget_choice li {
    font-size: 12px;
    padding: 5px;
}

.search #search_widget_choice li img {
    margin-right: 5px;
    border: none;
}

.yahoo_credit {
    font-size: 60%;
    padding-left: 10px;
}

.yahoo_credit b {
    color: #7B0099;
}

b {
    font-weight: bold;
}

#searchbar button {
    margin-left: 0px !important;
}

.search button.lexgo {
    background-color: #FF9900;
    -moz-box-shadow: 0 1px 3px 1px #FF9900 inset;
}
