/* 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;
  cursor: default;
  padding: 5px;
  margin-left: 17px;
  margin-top: 0;
  border-width: 1px;  
  border-style: solid;
  position: absolute;
  width: 440px;
  background-color: #FAFAFA;
}
#zipCountItem {
  font-size: smaller;
  font-weight: bold;
}
.zip_item {
  overflow: hidden;
}
.zip_item_selected {
  background: #E7E9F9;
}
