table.torderMain {
  padding: 0px;
  border: 0px;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0px;
}
table.torder {
  padding: 0px;
  border: 1px solid #CC0066;
  text-align: center;
  width: 100%; 
}
table.torder2 {
  font-size: 16px;
  border: 0px;
  width: 100%;
}
.orderHeaderFooterText {
  font-size: 16px;
  color: #000066;
  text-align: justify;
}
.star {
  color: red;
  font-weight: bold;
  text-align: left;
}
.d_price {
  font-size: 16px;
  color: black;
  text-align: left;
  border: 0px;
}
.orderErrorText {
  font-size: 16px;
  color: red;
  text-align: justify;
}
.orderText {
  color: #000066;
  text-align: right;
}
td.ordertitle{
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}
.afterOrder{
  font-size: 18px;
  color: #000096;
  text-align: center;
}