
#search {
    position: relative;
    margin: 0 20px;
    background: transparent;
    z-index: 10;
}

#search .option-list a:link,
#search .option-list a:visited,
#search .option-list a:hover {
    color: #000;
	font-family: Arial, Verdana, sans-serif;
    text-decoration: none;
}

/* search input area */
#search .input-area {
    position: relative;
	width:280px;
    height: 37px;
    padding: 2px 2px 0 4px;
    background: transparent url("http://eventit.ca/images/field-bg.gif") left top no-repeat;
}

.input-area .option {
    display: block;
    position: absolute;
    top: 0px;
    right: -3px;
    width: 45px;
    height: 37px;
    background: transparent url("http://eventit.ca/images/field-option-bg.gif") left top no-repeat;
}

.input-area .option-list {
    display: none;
    position: absolute;
    top: 34px;
    left: 3px;
    background: transparent url("http://eventit.ca/images/option-list-bg.gif") left bottom no-repeat;
    border-top: 1px solid #d9d9d9;
    z-index: 300;
}


.open .option-list {
    display: block;
}
.input-area .option-list ul {
    width: 280px;
	padding-left:0px;
    border: 1px solid #d9d9d9;
    border-width: 0 1px;
    margin: 0 0 4px 0;
    background-color: #fff;
	list-style: none;
	font-size: 1.333em;
}

#search .option-list li a, #search .option-list li strong {
    display: block;
    margin: 0;
    padding: 3px 7px;
    line-height: 18px;
    text-decoration: none;
    *height: 1%; /* for IE */
    background-color: #fff;
}
#search .option-list li a:hover {
    background-color: #febd0d;
}



#search .input-area input {
    padding: 3px 3px 2px 3px;
    border: none;
    font-size: 1.333em;
    width: 280px;
    background: transparent;
    position: absolute;
    left: 4px;
    top: 5px;
}





