#mainimg {
  height: 500px;
  width: 100%;
  background-image: url(/images/cheese_cake/bg_1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* ---------------------------------------- */
.paper-head {
  height: 30px;
  background: url(../images/contact/bg_01_head.png) no-repeat;
}

.paper-body {
  background: url(../images/contact/bg_01_body.png) repeat-y;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  padding-left: 50px;
}

.paper-foot {
  height: 30px;
  background: url(../images/contact/bg_01_foot.png) no-repeat;
}

.policy {
  height: 150px;
  background-color: #f3efe9;
  padding: 20px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.policy .jscrollpane {
  overflow: auto;
  width: 840px;
  height: 150px;
  padding-right: 20px;
}

table {
  border-collapse: collapse;
  border: 0px;
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

table th,
table td {
  padding: 7px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

table th {
  background-color: #f2f2f2;
  width: 180px;
  font-weight: bold;
}

table.cake th {
  width: 70%;
}

ul {
  padding: 0;
  margin: 0;
}

.input {
  background-color: #eee;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right-style: none;
  border-bottom-style: none;
  padding: 7px;
}

.btn {
  text-align: center;
  padding-top: 30px;
}

.short {
  width: 50px;
}

.middle {
  width: 300px;
}

.long {
  width: 680px;
}

textarea {
  height: 150px;
  margin-bottom: -7px;
}

#error {
  background-color: #fdecee;
  padding: 15px;
  margin-bottom: 30px;
}

#error .errormsg {
  color: #e03930;
}

#complete {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

#order .paper {
  margin-top: 30px;
}

#order .paper h3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

#order .policy {
  margin-bottom: 40px;
}

#order h4 {
  padding: 0;
  margin-bottom: 10px;
}

#order table {
  padding: 0;
  margin: 0px;
  margin-bottom: 40px;
}

#order ul.address li {
  margin-bottom: 7px;
}

#order .btn {
  padding-top: 0px;
}
