/* Copyright:2008 by RICOH COMPANY, LTD. All Rights Reserved */

#zipSearchInput {width: 500px;}
#zipInput       {width: 100px;}
#zipContainer   {width: 520px;}
#address1       {width: 300px;}
#zipList {
  list-style-type: none;
  margin-left: 1.25em;
  margin-top: -1.6em;
  border-width: 1px;  
  border-style: solid;
  position: absolute;
  width: 440px;
  background-color: #def0fe;
}
#zipCountItem {
  font-size: smaller;
  font-weight: bold;
}
.zip_item {
  overflow: hidden;
}
.zip_item_selected {
  background: cornflowerblue;
}
