@charset "UTF-8";
.hideSuggestClass {
	background-color:#000;
	height: 75px;
	overflow:auto;
	display:none;
	width: 358px;
	font-size: 11px;
	color:#FFF;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #131313;
	border-right-color: #5d5d5d;
	border-bottom-color: #5d5d5d;
	border-left-color: #5d5d5d;
}
.showSuggestClass .hideSuggestClass {
	display: block !important;
}
.showSuggestClass .hoverSuggestClass {
	background-color: #999 !important;
	color:#000;
}
.iframeSuggest {
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
.list {
	padding: 4px;
	cursor: pointer;
}
#lookContIn {
}
#search { 
	width:111px;
	padding: 4px;
	margin-left: 2px;
	border: 1px solid #2b75ba;
	margin-top: 1px;
}
#ssubmit {
	background-color: transparent;
	background-image: none;
	border:none;
	height: 36px;
	width: 47px;
	cursor: pointer;
}
#prsubmit {
	background-color: transparent;
	background-image: url(/images/search_button_property.gif);
	border:none;
	height: 45px;
	width: 48px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
}
#prButtonSubm {
	padding: 0px;
	font-size: 12px;
	line-height: 31px;
	color: #FFF;
	background-color: transparent;
	background-image: url(/images/search_property.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 33px;
	width: 73px;
	border: none !important;
	outline: none !important;
}
#lookContIn .hideSuggestClass {
	background-color:#081319;
	border:1px solid #081319;
	height: 150px;
	overflow:auto;
	display:none;
	width: 231px;
	font-size: 8pt;
	color:#FFF;
	margin-top: 5px;
	overflow-x:hidden;
	margin-left: -5px;
}
#lookContIn .showSuggestClass .hideSuggestClass {
	display: block !important;
}
#lookContIn .showSuggestClass .hoverSuggestClass {
	background-color: #081319 !important;
	color:#000;
}
#lookContIn .iframeSuggest {
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
#lookContIn .list {
	padding: 4px;
	cursor: pointer;
}
#lookContIn .list td, #lookContIn .list a { 
	color:#FFF;
	font-size: 8pt;
}
