#puffbox {
  border-top:none;
}
#startbox {
  position:relative;
  /*height:280px;*/
  border:1px solid #628ba4;
  background:#fff;
  /* margin-top:5px;*/
  width:683px;
}
#start_left {
  position:relative;
  float:left;
  width:270px;
/*  height:280px;*/
  background:#fff;
}
#start_left p {
  margin:0;
}
#start_right {
  position:relative;
  float:left;
  width:360px;
  margin-left:30px;
  background:#fff;
}

#startpuffbox {
  position:relative;
  width:683px;
  border-top:1px solid #628ba4;
  margin-top:20px;
  padding-top:10px;
  margin-bottom:2px;
}
.startpuff {
  position:relative;
  float:left;
  width:160px;
  margin-right:10px;
  background:#fff;
}
.startpuff_last {
  position:relative;
  float:left;
  width:160px;
  margin-right:0px;
  background:#fff;
}
