/* Classes for whole listings panel*/

#leftpanel 
{

}

/*  search field background color */
#search 
{
background-color: #FFFFFF;
}

/*  search button color */
#searchsubmit 
{
background-color: #FFFFFF;
}

/*  h2 color */
#stilltext { 
	color: #000000;
}
	

/* Classes for individual items - could put rounded corners in or something. You'll want to change these colours for sure */

.firstlocaleitem
{
padding: 15px 2px 20px 2px;
margin: 4px 4px 4px 4px;
background-color: #FFFFFF;
height: 180px;
}

.firstlocaleitem table
{
font-size: 0.9em;
}

#clickicon

{
border:none;
padding-left: 12px;
}

#WBsearchbox
{
/* Format your search box using this CSS ID (this is the enclosing DIV of the search box, I have not added classes to the actual elements like input field etc. It's considered not a good idea to apply CSS to search forms.) */
}

