.searchBoxContainer
{
    width: 200px;
    background-color: #E6DDD5;
}

.searchBox 
{
    width: 90%;
    left: 8px;
    right: 8px;
    top: 8px;
    position: relative;
}

.advancedSearchBox
{
    width: 90%;
    left: 8px;
    right: 8px;
    bottom: 8px;
    position: relative;
    display: none;
}

.left
{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
}

.right
{
    width: 100%;
    text-align: right;
    padding: 0;
    padding-bottom: 5px;
    margin: 0;
}

.lists
{
   	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 11px;
	color: #5B5744;
	margin-right: 8px;
	font-style: normal;
	background-color: #B1C465;
}

.boxes
{
    border: solid 1px #85AF25;
    color: #000;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}
