#search {
position: relative;
width: 700px;
margin-top: 0.6em;
}

#search-slider {
z-index: 0;
float: right;
height: 225px;
width: 370px;
}

#search-slider ul, #search-slider li{ 
margin: 0;
padding: 0;
list-style: none;
}
	
#search-slider, #search-slider li{ 
height: 225px;
width: 370px;
overflow: hidden;
}

#search-form {
position: relative;
z-index: 5;
width: 312px;
height: 214px;
padding: 8px 9px 3px 9px;
background: #fff url(../img/search.png) 0 0 no-repeat;
margin-bottom: 1em;
}

#search-form h2 {
margin: 0 !important;
}

#search.small #search-form {
background: url(../img/search.small.png) 0 0 no-repeat;
}

#search-criteria div.input {
margin: 0.5em 0 0 0 !important;
}

#search-criteria div.input select {
padding: 0 !important;
font-family: sans-serif !important;
}

#search-criteria div.input label {
width: 6.8em !important;
font-weight: bold;
padding-left: 4px;
}

#search-options-container {
z-index: 2;
position: absolute;
left: 10px;
width: 320px;
overflow: hidden;
}

#search-options {
margin-left: -70px;
height: 205px;
width: 350px;
padding: 10px 10px 10px 20px;
background: url(../img/search.options.png) no-repeat 0 0;
}

#search-options-frame {
height: 205px;
overflow-y: scroll;
}

#search-options div.input {
margin: 0 0 0.4em 0 !important;
}

#search-options div.input label {
font-size: 0.9em;
}

#search-form h2 {
font-size: 1.2em;
font-weight: bold;
text-align: center;
}

#search-form dl {
width: 100%;
line-height: 1.8em;
}

#search-form dt {
margin-top: 0.3em;
}

#search-form dd {
margin-top: -1.8em;
margin-left: 7.5em;
height: 22px;
}

#search-form select {
margin-right: 5px;
}

#search-form .field {
width: 196px;
}

#search-amenities {
list-style-type: none;
margin-top: 0.4em;
margin-left: 0;
}

#search-amenities li {
margin: 0 0 4px 0;
display: block;
float: left;
clear: none;
width: 146px;
}

#search-amenities li div.input {
margin: 0 !important;
}

#search-amenities li div.checkbox input {
margin-right: 0 !important;
}

#search-amenities li.left {
margin: 0 10px 4px 4px;
width: 140px;
}

#search-amenities li label {
cursor: pointer;
font-size: 0.9em;
}

#search-amenities li input {
float: right;
padding: 0;
margin: 0.1em 0 0 0;
}

#search-submit {
clear: left;
text-align: right;
padding-top: 0.3em;
padding-right: 0.3em;
}

