upport-faq{
}
.btn_confirm_b  h3{
  width: 675px;
  height: 94px;
  background: url(../img/h1.gif);
  text-indent: -999999pt;
}
.btn_confirm_b  h4{
  width: 675px;
  height: 94px;
  text-indent: -999999pt;
}
.before-btn_confirm_b  h4{
  background: url(../before/img/h1.gif);
}
.after-btn_confirm_b  h4{
  background: url(../after/img/h1.gif);
}
.btn_confirm_b em{
  display: none;
}

.btn_confirm_b div ul{
  margin: 0;
}
.btn_confirm_b div form{
  position: relative;
}
.btn_confirm_b div form .text,
.btn_confirm_b div form .select,
.btn_confirm_b div form .re-select{
  margin-bottom: 10px;
}
.btn_confirm_b div form .text:after,
.btn_confirm_b div form .select:after,
.btn_confirm_b div form .re-select:after{
  display: block;
  clear:both;
}
.btn_confirm_b div form .text,
.btn_confirm_b div form .select,
.btn_confirm_b div form .re-select{width: 100%;}
.btn_confirm_b div form .text:after,
.btn_confirm_b div form .select:after,
.btn_confirm_b div form .re-select:after{content:"";}
.btn_confirm_b div form .text label,
.btn_confirm_b div form .select label,
.btn_confirm_b div form .re-select label{
  display: block;
  float: left;
  width: 20%;
  margin-top: 2px;
  border-right: 8px solid #fff;
  background: #ddd;
  font-size: 130%;
  text-align: center;
  line-height: 28px;
}
.btn_confirm_b div form .text input,
.btn_confirm_b div form .select select,
.btn_confirm_b div form .re-select select{
  display: block;
  float: left;
  width: 77%;
  padding: 4px 2px;
  font-size: 120%;
}
.btn_confirm_b div form .re-select select{
  width: 50%;
}
.btn_confirm_b div form ul{
  list-style: none;
  padding: 0;
}
.btn_confirm_b div form ul:after{
  display: block;
  clear:both;
}
.btn_confirm_b div form ul{width: 100%;}
.btn_confirm_b div form ul:after{content:"";}
.btn_confirm_b div form ul li{
  float: left;
  width: 167px;
  margin-bottom: 3px;
}
.btn_confirm_b div form ul li a{
        display: block;
        width: 165px;
        border: 1px solid #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
}
.btn_confirm_b div form ul li a img{
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.btn_confirm_b div form ul li a.thumbnail-selected{
/*
  display: block;
  border: 1px solid #bf0058;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #bf0058));
  background-image: -webkit-linear-gradient(top, #eee, #bf0058);
  background-image: -moz-linear-gradient(top, #eee, #bf0058);
  background-image: -ms-linear-gradient(top, #eee, #bf0058);
  background-image: -o-linear-gradient(top, #eee, #bf0058);
  background-image: linear-gradient(top, #eee, #bf0058);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#eeeeee, endColorStr=#bf0058, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#bf0058, GradientType=0)";
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
*/
}
.btn_confirm_b div form ul li a.thumbnail-selected img{
/*
  opacity: 0.8;
  filter: alpha(opacity=80);
*/
}
.btn_confirm_b div form .select{
  display: none;
}
.btn_confirm_b .btn{
  display: block;
  padding: 10px 16px;
  border: 1px solid #ddd;
  color: #555;
  text-align: center;
  text-decoration: none;
  font-size: 120%;
  line-height: 28px;
}
.btn_confirm_b .btn-blue{
  background-color: #7fd7ff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #7fd7ff));
  background-image: -webkit-linear-gradient(top, #eee, #7fd7ff);
  background-image: -moz-linear-gradient(top, #eee, #7fd7ff);
  background-image: -ms-linear-gradient(top, #eee, #7fd7ff);
  background-image: -o-linear-gradient(top, #eee, #7fd7ff);
  background-image: linear-gradient(top, #eee, #7fd7ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#eeeeee, endColorStr=#7fd7ff, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#7fd7ff, GradientType=0)";
  border: 1px solid #7fd7ff;
  border-bottom: 1px solid #6ec6ee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  line-height: 1;
  padding: 8px 8px;
  text-align: center;
}
.btn_confirm_b .btn-blue:hover{
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #6ec6ee));
  background-image: -webkit-linear-gradient(top, #ddd, #6ec6ee);
  background-image: -moz-linear-gradient(top, #ddd, #6ec6ee);
  background-image: -ms-linear-gradient(top, #ddd, #6ec6ee);
  background-image: -o-linear-gradient(top, #ddd, #6ec6ee);
  background-image: linear-gradient(top, #ddd, #6ec6ee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#dddddd, endColorStr=#6ec6ee, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dddddd, endColorstr=#6ec6ee, GradientType=0)";
  border: 1px solid #6ec6ee;
  border-bottom: 1px solid #298299;
  cursor: pointer;
}
.btn_confirm_b .btn-blue:active{
  border: 1px solid #6ec6ee;
  border-bottom: 1px solid #3a93aa;
  -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #8fe8ff;
  -moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #8fe8ff;
  box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #8fe8ff;
}
.btn_confirm_b .btn-gray{
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ccc));
  background-image: -webkit-linear-gradient(top, #eee, #ccc);
  background-image: -moz-linear-gradient(top, #eee, #ccc);
  background-image: -ms-linear-gradient(top, #eee, #ccc);
  background-image: -o-linear-gradient(top, #eee, #ccc);
  background-image: linear-gradient(top, #eee, #ccc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#eeeeee, endColorStr=#cccccc, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#cccccc, GradientType=0)";
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  line-height: 1;
  padding: 8px 8px;
  text-align: center;
}
.btn_confirm_b .btn-gray:hover{
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #bbb));
  background-image: -webkit-linear-gradient(top, #ddd, #bbb);
  background-image: -moz-linear-gradient(top, #ddd, #bbb);
  background-image: -ms-linear-gradient(top, #ddd, #bbb);
  background-image: -o-linear-gradient(top, #ddd, #bbb);
  background-image: linear-gradient(top, #ddd, #bbb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#dddddd, endColorStr=#bbbbbb, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dddddd, endColorstr=#bbbbbb, GradientType=0)";
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
}
.btn_confirm_b .btn-gray:active{
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
}


.btn_confirm .btncom{
  display: block;
  padding: 10px 16px;
  border: 1px solid #ddd;
  color: #555;
  text-align: center;
  text-decoration: none;
  font-size: 108%;
  line-height: 20px;
}
.btn_confirm .btncom-blue{
  background-color: #7fd7ff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #7fd7ff));
  background-image: -webkit-linear-gradient(top, #eee, #7fd7ff);
  background-image: -moz-linear-gradient(top, #eee, #7fd7ff);
  background-image: -ms-linear-gradient(top, #eee, #7fd7ff);
  background-image: -o-linear-gradient(top, #eee, #7fd7ff);
  background-image: linear-gradient(top, #eee, #7fd7ff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#eeeeee, endColorStr=#7fd7ff, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#7fd7ff, GradientType=0)";
  border: 1px solid #7fd7ff;
  border-bottom: 1px solid #6ec6ee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  line-height: 1;
  padding: 4px 4px;
  text-align: center;
}
.btn_confirm .btncom-blue:hover{
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #6ec6ee));
  background-image: -webkit-linear-gradient(top, #ddd, #6ec6ee);
  background-image: -moz-linear-gradient(top, #ddd, #6ec6ee);
  background-image: -ms-linear-gradient(top, #ddd, #6ec6ee);
  background-image: -o-linear-gradient(top, #ddd, #6ec6ee);
  background-image: linear-gradient(top, #ddd, #6ec6ee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#dddddd, endColorStr=#6ec6ee, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dddddd, endColorstr=#6ec6ee, GradientType=0)";
  border: 1px solid #6ec6ee;
  border-bottom: 1px solid #298299;
  cursor: pointer;
}
.btn_confirm .btncom-blue:active{
  border: 1px solid #6ec6ee;
  border-bottom: 1px solid #3a93aa;
  -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #8fe8ff;
  -moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #8fe8ff;
  box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #8fe8ff;
}
.btn_confirm .btncom-gray{
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ccc));
  background-image: -webkit-linear-gradient(top, #eee, #ccc);
  background-image: -moz-linear-gradient(top, #eee, #ccc);
  background-image: -ms-linear-gradient(top, #eee, #ccc);
  background-image: -o-linear-gradient(top, #eee, #ccc);
  background-image: linear-gradient(top, #eee, #ccc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#eeeeee, endColorStr=#cccccc, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#cccccc, GradientType=0)";
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  line-height: 1;
  padding: 8px 8px;
  text-align: center;
}
.btn_confirm .btncom-gray:hover{
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #bbb));
  background-image: -webkit-linear-gradient(top, #ddd, #bbb);
  background-image: -moz-linear-gradient(top, #ddd, #bbb);
  background-image: -ms-linear-gradient(top, #ddd, #bbb);
  background-image: -o-linear-gradient(top, #ddd, #bbb);
  background-image: linear-gradient(top, #ddd, #bbb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#dddddd, endColorStr=#bbbbbb, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dddddd, endColorstr=#bbbbbb, GradientType=0)";
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
}
.btn_confirm .btncom-gray:active{
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
}

