#modSearch3
{
	width: 200px;
	margin: 0 0 2px;
    //margin-top: 2px;
	float:left;
}

#modSearch3 .header
{
	background: transparent url(http://cachefly.apartmentsapart.com/aa/img_modules/gradients.gif) repeat scroll 0 -34px;
	color: #fff;
	font-weight: bold;
	height: 37px;
	line-height: 37px;
	padding: 0 8px;
	text-transform: uppercase;
}

#modSearch3 .content
{
	color: #333333;
	padding: 10px;
	border-top: 3px solid #fff;
	background: #bfdfff;
}

#modSearch3 .content div.inp
{
	border-bottom: dotted 1px #165594;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	margin-bottom: 7px;
}

#modSearch3 .content .label
{
	font-weight: bold;
}

#modSearch3 .content input.nop
{
	width: 25px;
  	border: 1px solid #01496B;
  	font-family: Arial;
  	font-size: 10pt;
  	height: 18px;
  	background: #fff;
 	text-align: center;
 	margin: 0;
 	padding: 0;
}
#modSearch3 .content input.nop:disabled
{
background:#D3D3D3;
}
#modSearch3 .content input.nop[disabled]
{
background:#D3D3D3;
}
#modSearch3 .content input.date
{
	width: 136px;
  	border: 1px solid #01496B;
  	font-family: Arial;
  	font-size: 10pt;
  	height: 18px;
  	background: #fff;
 	text-align: center;
 	margin: 0;
 	padding: 0;
 	_float: left;
 	!float: left; 	
}
#modSearch3 .content input.autocomplete:disabled
{
background:#D3D3D3;
}
#modSearch3 .content input.autocomplete[disabled]
{
background:#D3D3D3;
}
#modSearch3 .content input.date:disabled
{
background:#D3D3D3;
}
#modSearch3 .content input.date[disabled]
{
background:#D3D3D3;
}
#modSearch3 .content input#autocomplete:disabled
{
background:#D3D3D3;
}
#modSearch3 .content input#autocomplete[disabled]
{
background:#D3D3D3;
}
#modSearch3 .content select
{
	width: 100%;
  	border: 1px solid #01496B;
  	background: #fff;
  	font-size: 9pt;
}
#modSearch3 .ui-datepicker-trigger
{
	margin: 0;
	padding: 0;
	margin-left: 3px;
	width: 21px;
	height: 21px;
	background: transparent url(http://cachefly.apartmentsapart.com/aa/img_modules/combined.gif) no-repeat scroll -23px -211px;
	float: right;
	border:0;
	cursor:pointer;
}
#modSearch3 .content .button
{
    border: 0;
    clear: both;
    display: block;
    width:100%;
    background:url(http://cachefly.apartmentsapart.com/aa/img_modules/gradients.gif) repeat scroll 0 -105px;
    border: 1px solid #F5B758;
    line-height: 25px;
    height:25px;
    text-transform: uppercase;
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 9pt;
    margin: 0 auto;
}
#modSearch3 .content .button2
{
background:url(http://cachefly.apartmentsapart.com/aa/img_modules/im/button.gif) no-repeat scroll 0 0;
cursor: pointer;
}
#modSearch3 .content .button2 div
{
display:block;
margin:0px;
width:138px;
margin-left:37px;
}
#modSearch3 .content .button:hover
{
    background-color: #F5B758;
    border: 1px solid black;
    color: #fff;
}
.ui-autocomplete {
    background: white;
    cursor: default;
    position: absolute;
    width: 177px !important;
    border: solid 1px grey;
    z-index:900000;
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;        
}   
.ui-autocomplete-loading { background: white url('http://cachefly.apartmentsapart.com/aa/img_modules/load.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
        list-style:none;
        padding: 2px;
        margin: 0;
        display:block;
}
.ui-menu .ui-menu {
        margin-top: -3px;
}
.ui-menu .ui-menu-item {
        margin:0;
        padding: 0;
        width: 100%;
}
.ui-menu .ui-menu-item a {
        text-decoration:none;
        display:block;
        padding:.2em .4em;
        line-height:1.5;
        zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
        margin: -1px;font-weight:bold;
}
input#autocomplete  {
    border: 1px solid #01496B;
    width: 180px;
} 
ul#autocomplete li a, ul#autocomplete li a:hover, ul#autocomplete li a.selected, ul#autocomplete li a.selected:hover {
    width: 180px !important;
}
ul#autocomplete {
    width: 180px !important;
}
#modSearch3 #searchhelper
{
position:absolute;
background:white;
border:solid 1px #214E78;
width:260px;
height:67px;
z-index:50000;
}
#modSearch3 select#countries, #modSearch3 select#cities
{
margin-top:10px;
margin-left:10px;
width:230px;
}
#modSearch3 .gc
{
font-size:11px;
text-decoration:underline;
cursor:pointer;
}
#modSearch3 .gc:first-letter
{
text-transform:capitalize;
}
#modSearch3 .close {
    background: url("http://cachefly.apartmentsapart.com/aa/img_modules/im/cross2.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 15px;
    width: 15px;
}

