.headerContact
{
	width: 270px;
	text-align: right;
}
.main
{
    padding:0px;
	border: 1px solid #999;
	width: 790px;
	border-collapse:collapse;
}

/* *** tool bar **** */

.leftContent
{
    width:180px;
}

/* ****** quick search ******* */


.searchButton
{
	font-size: 9px;
	text-align: center;
}


/* START Search Elements */
 
/* Drop downs */
.d
{ 
	width: 300px;
	font-size:10px;
}

/* Half drop downs */
.dh
{ 
	width: 146px;
	font-size:10px;
}


/* Small drop downs */
.ds
{ 
	width: 190px;
	font-size:10px;
}

/* Half drop downs small */
.dhs
{ 
	width: 92px;
	font-size:10px;
}

/* Property type Parent class */
.p
{ 
	background-color:#cccccc;
}

/* Property type child class */
.c
{ 
	background-color:#cdcdcd;
}


.r
{
	padding:10px;
	background-color:#999;
	color:white;
	
}

/* Search button */
.sb
{ 
	font-size:10px;
}
/* td{	font-size:11px;}*/
/* area free text input area */
.ia
{ 
	width: 300px;
	font-size:10px;
}

/* END Search Elements */