#typeaheadSearch {
	align: left;
}
.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint, .tt-input {
    width: 180px;
    height: 30px;
    Xpadding: 3px 12px;
    font-size: small;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    background-image: url('../../ui/icons/search.png');
  	background-position: 10px 2px; 
  	background-repeat: no-repeat;
  	padding: 12px 20px 12px 40px;
}

.typeaheadLink {
	font-size: x-small;

}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: auto; 
    height: auto;
    margin-top: 2px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: medium;
    line-height: 16px;
    cursor: pointer;
}

.tt-suggestion:hover {
    color: #f0f0f0;
    background-color: #DDECEF;
}

.tt-suggestion p {
    margin: 0;
}