/* main
 ---------------------------------------------*/
.application #content-wrap #main {
  float: none;
}

.form-wrap {
  width: 700px;
  margin: 0 auto;
}
.form-wrap .copy-wrap {
  overflow: hidden;
}
.form-wrap .copy-wrap #SSLBanner {
  width: 90px;
  height: 50px;
  float: right;
}
.form-wrap .copy-wrap p {
  float: left;
  width: 550px;
  margin: 0 0 20px 0;
}

.status-wrap {
  margin: 0 0 30px 0;
}
.status-wrap .status {
  position: relative;
  width: 700px;
  height: 49px;
}
.status-wrap .status li {
  position: absolute;
  color: #918f8f;
}
.status-wrap .input {
  background: url(../img/application/bg_status_input.png) 0 0 no-repeat;
  list-style: none;
}
.status-wrap .confirm {
  background: url(../img/application/bg_status_confirm.png) 0 0 no-repeat;
  list-style: none;
}
.status-wrap .comp {
  background: url(../img/application/bg_status_comp.png) 0 0 no-repeat;
  list-style: none;
}
.status-wrap .input .st-input {
  font-size: 18px;
  font-weight: bold;
  top: 12px;
  left: 70px;
  padding-left: 25px;
  color: #fff;
  background: url(../img/application/icon_input_on.png) 0 0 no-repeat;
}
.status-wrap .confirm .st-confirm {
  top: 12px;
  font-size: 18px;
  font-weight: bold;
  left: 315px;
  color: #fff;
  padding-left: 25px;
  background: url(../img/application/icon_confirm_on.png) 0 50% no-repeat;
}
.status-wrap .comp .st-comp {
  top: 12px;
  font-size: 18px;
  font-weight: bold;
  left: 560px;
  color: #fff;
}
.status-wrap .st-input {
  top: 15px;
  left: 90px;
  padding-left: 25px;
  background: url(../img/application/icon_input_off.png) 0 0 no-repeat;
}
.status-wrap .st-confirm {
  top: 15px;
  left: 310px;
  padding-left: 25px;
  background: url(../img/application/icon_confirm_off.png) 0 0 no-repeat;
}
.status-wrap .st-comp {
  top: 15px;
  left: 560px;
}

.note {
  margin: 0 0 33px 0;
}
.note h3 {
  font-size: 15px;
  margin: 0 0 10px 0;
}
.note ul {
  padding: 20px;
  margin: 0;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  list-style: none;
}
.note li {
  line-height: 1.2;
  margin: 0 0 7px 0;
  padding-left: 13px;
  background: url(../img/application/icon_dot.png) 0 5px no-repeat;
}

.form h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: normal;
}
.form h3.confirm {
  font-weight: bold;
}
.form input[type=text],
.form input[type=email] {
  width: 100%;
  margin: 0 0 3px 0;
  padding: 7px 9px;
}
.form input[type=text]#form-zip,
.form input[type=email]#form-zip {
  width: 30%;
}
.form input[type=checkbox] {
  margin: 2px 3px 0 0;
  padding: 0;
}
.form label[for=form-maker],
.form label[for=form-retail],
.form label[for=form-wholesale] {
  margin: 0 15px 0 0;
}
.form input[type=text].err {
  border: 1px solid #e5151f;
}
.form input#form-zip {
  margin-bottom: 10px;
}
.form input#form-email {
  margin-bottom: 10px;
}
.form .alrt, .form .alrt2 {
  font-size: 11px;
  position: absolute;
  top: -43px;
  left: 3px;
  display: none;
  padding: 5px 8px;
  color: #fff;
  border-radius: 3px;
  background: #555;
}
.form .bg-tip {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 12px;
  height: 13px;
  background: url(../img/common/bg_tip.png) 0 0 no-repeat;
}
.form label {
  cursor: pointer;
}
.form table {
  width: 100%;
  margin: 0 0 37px 0;
  border-collapse: collapse;
}
.form table.confirm {
  border: 1px solid #e0e0e0;
}
.form table.confirm th, .form table.confirm td {
  border: 1px solid #e0e0e0;
  padding: 15px 15px;
  vertical-align: middle;
}
.form table ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form table tr {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}
.form table th {
  font-weight: bold;
  padding: 23px;
  text-align: left;
  background-color: #f1f1f1;
  position: relative;
  vertical-align: top;
}
.form table th div {
  position: relative;
}
.form table th span {
  font-size: 11px;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 2px 3px;
  color: #fff;
  border-radius: 3px;
  background-color: #e5151f;
}
.form table th span.ok {
  background-color: #379206;
}
.form table td {
  padding: 23px;
}
.form td li {
  font-size: 12px;
  list-style: 1.2;
}
.form .mgb-12 {
  margin: 0 0 12px 0;
}
.form .chara {
  margin-bottom: 5px;
  display: block;
}

.condition {
  margin: 0 0 45px 0;
  padding: 24px 27px 27px;
  border-radius: 3px;
  background-color: #f1f1f1;
}
.condition h3 {
  margin: 0 0 10px 0;
}
.condition .contain {
  font-size: 11px;
  overflow-y: scroll;
  height: 170px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}
.condition .contain h4 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.condition .block {
  margin: 0 0 30px 0;
}
.condition .block h5 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 7px 0;
  padding: 2px 0 2px 7px;
  border-bottom: 1px solid #e0e0e0;
  border-left: 3px solid #e0e0e0;
}
.condition .block p {
  margin: 0 0 7px 0 !important;
}
.condition .block ul li {
  margin: 0 0 5px 2em;
  list-style-type: decimal;
}
.condition .block ul li ul {
  margin-left: 1em;
}
.condition .block ul li ul li {
  list-style-type: none;
  text-indent: -3em;
}
.condition .block ul.dir1 {
  margin-left: 1em;
}
.condition .block ul.dir1 li {
  margin: 0 0 5px 2em;
  list-style-type: none;
  text-indent: -3em;
}

.app-note {
  border: 1px solid #e0e0e0;
  padding: 15px;
  margin-bottom: 30px;
}
.app-note h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}

.existid {
  font-size: 21px;
  font-weight: bold;
}

.thanks {
  font-size: 21px;
  font-weight: bold;
}

.complete {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 70px !important;
}

.success-note {
  border: 1px solid #e5151f;
  margin-bottom: 50px;
}
.success-note h3 {
  background-color: #e5151f;
  color: #fff;
  padding: 8px 13px;
}
.success-note p {
  padding: 20px;
  margin: 0;
  color: #e5151f;
  margin-bottom: 0 !important;
}
.success-note p span {
  color: #333;
}

.btn-wrap {
  overflow: hidden;
  width: 410px;
  margin: 0 auto 50px;
  padding: 0;
  list-style: none;
}
.btn-wrap.btn-single {
  width: 190px;
}
.btn-wrap .note {
  text-align: center;
  color: #e5151f;
}
.btn-wrap li {
  font-weight: bold;
}
.btn-wrap li.btn-single {
  margin: 0 auto;
}
.btn-wrap li button {
  font-weight: bold;
}
.btn-wrap li button span {
  font-size: 13px;
}
.btn-wrap li button.disabled {
  cursor: default;
  border: 1px solid #cdcdcd;
  background: #cdcdcd;
  color: #949494;
  box-shadow: none;
}
.btn-wrap li button.disabled:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.btn-wrap .left {
  float: left;
}
.btn-wrap .right {
  float: right;
}
.btn-wrap .btn {
  font-size: 15px;
  width: 190px;
  padding: 13px 0;
  margin: 0 0;
}
.btn-wrap .btn-green {
  color: #fff;
}
