query.css 538 Bytes
@import 'search_ui.css';
@import 'track_ui.css';

.whitebox {
  background: #fff url(../images/ear.png) no-repeat right bottom;
  padding: 0;
}
.search {
  padding: 38px 0;
  background: url(../images/color.png) repeat-x;
}
.formupper {
  width: 540px;
  margin: 0 auto;
}
.formupper .ipt {
  height: 38px;
  font: 13px/38px 'Simsun';
}
.formupper .bt {
  height: 42px;
  font: 14px/42px 'Simsun';
  padding: 0 25px;
}
.track {
  padding: 0 50px;
  min-height: 200px;
}
.track h2 {
  font: 18px/1 'Microsoft YaHei';
  margin-top: 30px;
}