#suggestions{}
#theResponse{}
#theResponse li {
text-align:left;
            padding-top:4px;
            padding-bottom:4px;
			line-height:1.2;
            border-bottom:1px #cccccc dotted;
            list-style-type: none;
}

#theResponse li {color:#333333; background-color:#ffffff; cursor: pointer;}
#theResponse li hover{color:#d41d6e; background-color:#fceef5; cursor: pointer;}
#theResponse li a:link{color:#333333; cursor: pointer;}
#theResponse li a:hover{color:#d41d6e; cursor: pointer;}
.suggestiondisplay{ width:10px; /* set width here */ 
 z-index:9000; position: absolute; background-color: #fff; left: 644px; width: 150px; padding: 7px; border:1px #cccccc solid;}

