.picture {
	border : 1px solid #cccccc;
	padding:2px;
	background-color:#fff;
}

.autocomplete {
  background-color:white;
  margin:0;
  padding:0;
  max-width:500px;
}
.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
.autocomplete ul li.selected { background-color: #ffb;}
.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

.CustomerInput {
	width:300px;
	position:relative;
}
