@charset   "UTF-8";
#footer{
  width:750px;
  margin-left : auto;
  margin-right : auto;
  text-align : center;
  font-size : 13px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  padding-top : 3px;
  padding-bottom : 3px;
  border-top-color : #ff6500;
  border-bottom-color : #ff6500;
  color : gray;
}
#footer form{
  display : inline;
  vertical-align : middle;
}
#footer img{
  vertical-align : middle;
  height : 1em;
}
#pd_menu{
  position : absolute;
  width : 100%;
  top : 0px;
  left : 0px;
}
#pd_menu select{
  position : absolute;
  top : 10px;
  right : 0px;
  _top : 10px;
}
#pd_menu form{
  margin-left : auto;
  margin-right : auto;
  position : relative;
  width : 750px;
}
#footer a{
  color : gray;
}
