.sc_frm .width0 {width: 500px;}
.sc_frm .width1 {width: 400px;}
.sc_frm .cont_form .width1 {width: 300px;}
.sc_frm .width2 {width: 200px;}
.sc_frm .cont_form .width2 {width: 300px;}
.sc_frm .width3 {width: 130px;}
.sc_frm .width4 {width: 260px;}
.sc_frm .width5 {width: 100px;}
.sc_frm .width6 {width: 120px;}
.sc_frm .width7 {width: 600px;}
/* .fld {
  display: inline-block;
  height: 34px;
  padding: 6px 12px;
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
-webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fld:focus {
  outline: 0;
  border-color: #6091ba;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fld::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.fld:-ms-input-placeholder {
  color: #999;
}
.fld::-webkit-input-placeholder {
  color: #999;
}
.fld[disabled],
.fld[readonly],
fieldset[disabled] .fld {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.fld {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
th label{ margin-right: 20px; }
.sc_frm .width0 {width: 500px;}
.sc_frm .width1 {width: 400px;}
.sc_frm .cont_form .width1 {width: 300px;}
.sc_frm .width2 {width: 200px;}
.sc_frm .cont_form .width2 {width: 300px;}
.sc_frm .width3 {width: 130px;}
.sc_frm .width4 {width: 260px;}
.sc_frm .width5 {width: 100px;}
.sc_frm .width6 {width: 120px;}
.sc_frm .width7 {width: 600px;}
input[type="submit"]{
  background: #6091ba;
  border: 1px solid #6091ba;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sc_frm_basic{
  padding-bottom: 25px;
  /*border-bottom: 1px solid #a7c2d9;*/
} */