.search-keyword {
	background: #FFFFB2;
	font-weight: bold;
}

.site-search-form select {
	-webkit-appearance: button;
    -webkit-border-radius: 0;
    -webkit-user-select: none;
    background: url(../images/select-arrow-dark.jpg) center right 14px no-repeat;
    border: 1px solid #000000;
    color: #000000;
    overflow: hidden;
    padding: 10px 14px 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 25%;
}

.site-search-form select:hover, .site-search-form input[type=submit]:hover {
	cursor: pointer;
}