﻿/* AJAX quick results */
#resultsDiv
{
	position: absolute;
	visibility: hidden;
	width:150px;
	/*margin: 15px 0px 0px 30px;	*/ 
}

/* */
#basicSearch 
{
	width: 300px;
	margin: 30px 0px 0px 0px;
}

.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:#403f78;
	color:white;
	font-weight: bold;	 
	text-align: left;	
}