
 
.results {
	font-family:Arial;
	position:absolute;

	overflow:auto;
	max-height:350px;
	background-color:white;
	margin-top:-1px;
	border-top:0px solid #ffdc9a;
	margin-left:25px;
	width:400px;
	padding-left:0px;
	padding-bottom:30px;
	border-radius:0 0 12px 12px;
	
	}

.results li {
	background-color:white;
	font-weight : normal;
    //display: inline-block;
	color:#726f64;
	width:400px;
	margin-left:0px;
    text-decoration:none;
    font-size: 1.1em;
	font-family:arial;
	padding-top:6px;
	padding-left:5px;
	height:30px;
	margin-right:0px;
	margin-left:0px;
	font-weight:bold;
	}

	.results li:hover
	{
		background-color:#eeeeee;
		
	}
	
	
	
	
	
	
	
	
	
	
	
	
.results2 {
	font-family:Arial;
	position:absolute;

	overflow:auto;
	max-height:350px;
	background-color:white;
	margin-top:-1px;
	border-top:0px solid #ffdc9a;
	margin-left:25px;
	width:900px;
	padding-left:0px;
	padding-bottom:30px;
	border-radius:0 0 12px 12px;
	
	}

.results2 li {
	background-color:white;
	font-weight : normal;
    //display: inline-block;
	color:#726f64;
	width:800px;
	margin-left:0px;
    text-decoration:none;
    font-size: 1.1em;
	font-family:arial;
	padding-top:6px;
	padding-left:5px;
	height:30px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:0px;
	margin-left:0px;
	font-weight:bold;
	}

	.results2 li:hover
	{
	color:#e98e2b;
		
	}