﻿/* AJAX quick results */
#resultsDiv {
	position: absolute;
	visibility: hidden;
	width: 150px;
}

/* */
#basicSearch {
	width: 320px;
	margin: 30px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

.label {
	margin: 2px 0px 2px 0px;
}

/* Drop downs */
.d {
	width: 300px;
}

/* Half drop downs */
.dh {
	width: 148px;
}

/* Property type Parent class */
.p {
	background-color: #cccccc;
}

/* Property type child class */
.c {
	background-color: #cdcdcd;
}

.r {
	position: absolute;
	padding: 10px;
	background-color: #d2a929;
	color: white;
	font-weight: bold;
	text-align: left;
}
