@charset "utf-8";

/* FormTable
---------- ---------- ---------- */
.FormTable colgroup,
.FormTable col{
  display: none;
  width:  100%;
}
.FormTable {
 background: #efefef;
 width: 300px;
 margin: 0 auto;
}
.FormTable td,
.FormTable th {
  padding: 0 10px;
  width: 280px;
  text-align: left;
}
.FormTable tr + tr th {
  border-top: 1px solid #ccc;
}
.FormTable th {
  padding: 10px 10px 5px;
  position: absolute;
}
.firefox .FormTable th {
  top: 0;
}
.FormTable td {
  position: relative;
}
.FormTable th + td {
  padding-top: 2.5em;
  padding-bottom: 1em;
  z-index: 1;
}
.FormTable tr {
  position: relative;
}
.FormTable td input[type="text"],
.FormTable td input[type="password"]{
  width: 280px;
  border: 1px solid #ccc;
  padding: 8px 5px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.FormTable td input[type="password"],
.FormTable td input.passwordShowing {
  padding-right: 90px;
}
.FormTable td select {
  width:  100%;
}
.FormTable td + td {
  position: absolute;
  margin-left: -300px;
  margin-top: 70px;
  font-size: 12px;
}
.firefox .FormTable td + td{
  bottom: 0;
}
.FormTable .Required {
  color: #c00;
}
.FormTable .showPasswordLink {
  position:  absolute;
  left:  auto!important;
  top: auto!important;
  margin-top: 5px;
  right: 15px;
  background: #fff;
  background: linear-gradient(to bottom,  #fff 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
  color: #333;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 0 10px;
}

div#MainContent .UIElm-check-label span.CustomCheckbox{
  display: inline-block;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("../../../img/common/parts_form_uielem_check_radio.png") 0 0 no-repeat;
  cursor: pointer;
  zoom:1;
  vertical-align: middle;
}
div#MainContent .UIElm-check-label span.CustomCheckbox.checked {
  background-position: 0 -25px;
}
div#MainContent .UIElm-check-label span.CustomCheckbox.disabled {
  background-position: -25px 0;
  cursor: default;
}
div#MainContent .UIElm-check-label span.CustomCheckbox.checked.disabled {
  background-position: -25px -25px;
}


/* Section
---------- ---------- ---------- */
a#LoginForm .Section{
  color: #333;
  width: 300px;
  margin: 0 auto;
}
.BoldText {
  font-weight: bold;
}
.CenterAlign {
  text-align: center;
}

/* Heading
---------- ---------- ---------- */
.NormalHeading {
  margin: 30px 0 10px;
  border-left: 3px solid #c00;
  border-bottom: 1px solid #ccc;
  padding: 0 0 3px 5px;
}
a#LoginForm .Section h3{
  margin: 30px 0 5px;
}

/* Link
---------- ---------- ---------- */
a#LoginForm .Section .link{
  margin: 10px 0 20px;
}
a#LoginForm .Section .link a,
a.TextButton.Plain{
  position: relative;
  padding: 5px 0 7px 20px;
  border: 1px solid #ccc;
  display:  block;
  border-radius: 3px;
  background: #fff;
  background: linear-gradient(to bottom,  #fff 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
a#LoginForm .Section .link a:before,
a.TextButton.Plain:before {
  content:"";
  position:  absolute;
  top:50%;
  margin-top: -3px;
  left:8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #333;
}
div#MainContent .CustomSubmitWrap input{
  position:relative;
  z-index:0;
  padding:6px 15px 5px 12px;
  width: 300px;
  margin:  10px auto 20px;
  display:  block;
  border: solid 1px #ad0329;
  background-color: #cd0100!important;
  background: -webkit-gradient(linear, left top, left bottom, from(#f30b19), to(#cd0100))!important;
  background: -moz-linear-gradient(top, #f30b19, #cd0100)
  background: linear-gradient(#f30b19  0%, #cd0100  100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#f30b19, endcolorstr=#cd0100));
  box-shadow:0 1px 2px #999;
  color: #fff;
  font-weight:  bold;
  font-size: 1.2em;
}
.RightSideList {
  text-align: right;
  margin-bottom: 20px;
}
.RightSideList .Required {
  color: #c00;
}


/* ErrorBall
---------- ---------- ---------- */
.ErrorBall{
  background: #c00;
  background: rgba(204,0,0,.8);
  color: #fff;
  position: absolute;
  width: 260px;
  top: -4px;
  padding: 5px 10px;
  border-radius: 3px;
}
.ErrorBall:after{
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #c00 transparent transparent transparent;
  opacity: .8;
}


/* DlTxtShort
---------- ---------- ---------- */
.DlTxtShort {
  background: #1c1c1c ;
  font-size: 1.2em;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
}

div#MainContent .DlTxtShort:before,
div#MainContent .DlTxtShort:after {
  content: "";
  background: url("../../../img/landing_page/common/icon_btn_arrow.png") no-repeat center center / 15px auto;
  width: 15px;
  height: 16px;
  display: inline-block;
  margin: -5px 10px 0;
  vertical-align: middle;
}
div#MainContent .DlTxtShort:after {
  left: auto;
  right: 5px;
}