@charset "utf-8";
#form {
  width: 730px;
  padding: 0px;
  float: left;
  margin: 0px;
}
#form h2 {
  float: left;
  width: 730px;
  font-size: 180%;
  height: 30px;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #333;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E4E4E4;
  margin: 0px;
  font-weight: normal;
}
#form h2 span {
  color: #F97910;
}
#form p {
  float: left;
  width: 730px;
  font-size: 110%;
  margin: 0px;
  font-weight: normal;
  padding-top: 15px;
  line-height: 18px;
}
/*___________ form ___________ */
#form .form_inline {
  width: 730px;
  height: 2800px;
  padding: 0px;
  float: left;
  margin: 20px 0px 0px 0px;
}


/*___________ order_total ___________ */
.footer_bar.order_total {
  bottom: 150px;
  height: 80px;
  width: 215px;
}
.order_total .footer-top {
  width: 200px;
  height: 340px;
  background-color: rgba(255,255,255,0.95);
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  box-shadow: 0px 0px 10px;
}
.order_total dl{
  color: #999;
  width: 195px;
  height: 60px;
  padding: 0px 10px;
  box-sizing: border-box;
}
.order_total dt{
}
.order_total dd{
  font-size: 110%;
  display: block;
  width: 100%;
  margin: 0px;
  padding: 15px 0px;
  text-align: right;
}
.order_total dd span{
  color: #FF9900;
  font-size: 180%;
  font-weight: bold;
  margin-right: 5px;
}
#form_price_total{
	color:#FF5500;
}