#myform li#suggestions {
 	position: relative;
	background-color: #FFFFFF;
	width: 222px;
	
	margin:0 0 0 154px;
	padding:0;
	}

#myform li.suggestionsBox {
    position: relative;
    left: 30px;
    margin: 0;
	padding:0;
    width: 200px;
    background-color: #212427;
/*    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;*/
    border: 1px solid #59919C;
    color: #fff;
	}

#myform .suggestionList {
    margin: 0px;
    padding: 0px;
	}
#myform .suggestionList ul {
	padding:0;
	margin:0;
	width: 222px;
	border:none;
	}
	
#myform .suggestionList ul li {
	width: 218px;
	color:#000000;
	padding:2px 0 2px 4px;
	margin:0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.2;
	font-weight:bold;
	font-style:normal;
	}
#myform .suggestionList ul li span{
	font-weight:normal;
	display:block;
	}

/*#myform .suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
	}*/

#myform .suggestionList li:hover {
    background-color: #659CD8;
	cursor:pointer;
	}
