.zform {
    background: #FFFFFF;
    border: 1px solid #d1f1fd;
    padding: 5px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /*float: left; */
}

table {
    overflow: visible;
}

.zform .thumb {
     width:130px;
     height:130px;
     overflow:hidden;
}
.zform .alert {
    color: #FF4500;
    border: 1px dashed #FF4500;
    padding: 5px;
    margin: 10px 0;
    background: #F6F1E6;
    text-align: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.mess, .info {
    color: #006400;
    border: 1px dashed #B4F5B4;
    padding: 5px;
    margin: 10px 0;
    background: #F0FFF0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.hint {
    color: #778899;
    border-bottom: none;
    margin: 0px 2px 0px 2px;
}



button {
  width: auto;
  overflow: visible;
}
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  font-size: 110%;
}

/* Clearfix */
.in_vg:after,
#hide_prw:after,
.bb_bar:after,
.tabrow:after,
.look_editor:after,
.in_table:after, {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* =Forms
*/

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: -1px;
}
input.ext {
  position: relative;
  z-index: 2;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  height: 23px;
  border: 1px solid #4da4cf;
  margin: 0;
  padding: 1px 2px;
  background-color: white;
  color: #333;
  font-size: 18px;
  line-height: 1;
}

.btn {
  position: relative;
  cursor: pointer;
  outline: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 16px;
  border-radius: 4px;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: linear-gradient(top, #ffffff, #e1e1e1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
  border: 1px solid #dadada;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom-color: #a9a9a9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
  text-shadow: 0 1px 0px #ffffff;
}
.btn,
.btn:hover {
  color: #000;
}
.btn:hover {
  filter: none;
  background: none;
  background: #eee;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.btnpay {
  position: relative;
  cursor: pointer;
  outline: none;
  display: inline-block;
   border: 1px solid #4f8aa3;
   background: #00b0f0;
   background: -webkit-gradient(linear, left top, left bottom, from(#9bd7ef), to(#00b0f0));
   background: -webkit-linear-gradient(top, #9bd7ef, #00b0f0);
   background: -moz-linear-gradient(top, #9bd7ef, #00b0f0);
   background: -ms-linear-gradient(top, #9bd7ef, #00b0f0);
   background: -o-linear-gradient(top, #9bd7ef, #00b0f0);
   margin:4px 0px 8px 0px;
   padding: 4px 32px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   text-shadow: rgba(0,0,0,.3) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: Arial, Helvetica, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
}
.btnpay,
.btnpay:hover {
   color: #ffffff;
}
.btnpay:hover {
   border-color: #8f5ec1;
   background: #a963eb;
   background: -webkit-gradient(linear, left top, left bottom, from(#a963eb), to(#7444a1));
   background: -webkit-linear-gradient(top, #a963eb, #7444a1);
   background: -moz-linear-gradient(top, #a963eb, #7444a1);
   background: -ms-linear-gradient(top, #a963eb, #7444a1);
   background: -o-linear-gradient(top, #a963eb, #7444a1);
}
.btnpay.disabled,
.btnpay[disabled] {
  filter: none;
  color: #FFFFFF;
   border-color: #93b756;
   background: #b2dd68;
   background: -webkit-gradient(linear, left top, left bottom, from(#b2dd68), to(#93b756));
   background: -webkit-linear-gradient(top, #b2dd68, #93b756);
   background: -moz-linear-gradient(top, #b2dd68, #93b756);
   background: -ms-linear-gradient(top, #b2dd68, #93b756);
   background: -o-linear-gradient(top, #b2dd68, #93b756);
}
.btn_active,
.btn_active:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
  color: #555;
  border: none;
  background: none;
  filter: none;
  background-color: #ddd;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  padding: 7px 17px 8px 17px;
}

.btn_full {
  width: 100%;
}

.btn_g {
  display: inline-block;
  margin-right: 2px;
  vertical-align: bottom;
}
.btn_g:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.btn_g > button,
.btn_g > input {
  float: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: -1px;
}
.btn_g > .btn:first-child {
  border-radius: 6px 0 0 6px;
}
.btn_g > .btn:last-child {
  border-radius: 0 6px 6px 0;
}


.btn.disabled,
.btn[disabled] {
  border: none;
  filter: none;
  background: none;
  background-color: #e9e9e9;
  opacity: 0.6;
  cursor: default;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

input.big {
  padding: 2px 0 0 4px;
  font-size: 1.2em;
  width: 98.6%;
}
textarea.big {
  padding: 2px 0 0 4px;
  width: 97.4%;
}
select.big {
  padding: 2px 0 0 4px;
  font-size: 1.2em;
  width: 100%;
  height: 28px;
  line-height: 28px;
}

.in_vg input.big {
  padding: 2px 0 0 4px;
  font-size: 1.2em;
  width: 99.2%;
}
.in_vg textarea.big {
  padding: 2px 0 0 4px;
  width: 99.4%;
}
.vg select.big,
.in_vg select.big {
  width: 101%;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ccc;
  margin: 0;
  padding: 5px 2px 1px 4px;
  background-color: white;
  color: #333;
  font-size: 13px;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -webkit-transition: border 0.3s ease-in;
  -moz-transition: border 0.3s ease-in;
  -ms-transition: border 0.3s ease-in;
  -o-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
.in_vg select {
  height: 28px;
  line-height: 28px;
  border: 1px solid #ccc;
  margin: 0;
  padding: 5px 2px 1px 4px;
  background-color: white;
  color: #333;
  font-size: 13px;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -webkit-transition: border 0.3s ease-in;
  -moz-transition: border 0.3s ease-in;
  -ms-transition: border 0.3s ease-in;
  -o-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}

.vg {
    float:none;
    padding: 0px 8px 0px 8px;
    margin: 0px;
    border: none;
    background: #FFFFFF;
    position:relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.hvg {
    display: none;
    float:none;
    padding: 0px 3px;
    margin: -3px;
    border: 1px #EBEEFF;
    background: #F4F8F6;
    position:relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.vgd {
    float:none;
    padding: 0px 3px;
    margin: -3px;
    /*border: 3px double #EEE8AA;*/
    background: #B9C4CF;
    color: #F5F5DC;

    position:relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.shift_up {
    float: left;
    text-align: center;
    z-index: 10;
    padding: 5px;
    margin: 0px;
    border: 1px solid #4da4cf;
    background: #DDE3ED;
    cursor: pointer;
    position:relative;
    min-width: 18px;
}

.shift_up_v {
    top: 4px;
    right: 3px;
    float: right;
    text-align: center;
    z-index: 10;
    margin: 0px;
    background: #DDE3ED;
    position:absolute;
}

.shift_up_vg {
    top: 4px;
    right: 3px;
    float: right;
    text-align: right;
    z-index: 10;
    padding: 5px;
    margin: 0px;
    border: 1px solid #4da4cf;
    background: #DDE3ED;
    cursor: pointer;
    position:absolute;
}
.shift_up_hvg {
    font-weight: bold;
    color: #016B82;
    top: -20px;
    right: 0px;
    float: right;
    text-align: right;
    z-index: 10;
    padding: 2px 5px;
    margin: 0px;
    border: 1px #E6D7F2;
    background: #FFFF;
    position:relative;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.help {
    cursor: help;
}

.shift_down {
    position: absolute;
    top: -2px;
    right: 0px;
    float: right;
    z-index: 10;
}

span.jPicker {
    position: relative;
    z-index: 15;
    top: -25px;
    float: right;
}

.progress {
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    padding: 1px;
    position: relative;
    margin: 4px;
    width: 280px;
    display: none;
    z-index: 5;
}

#status {
    border: 1px solid #BDB76B;
    background: #FFF8DC;
    border-radius: 8px 8px 8px 8px;
    padding: 8px;
    position: relative;
    margin: 0px;
    width: 265px;
    display: none;
    z-index: 5;
}

.bars {
    background-color: #B4F5B4;
    border-radius: 3px 3px 3px 3px;
    height: 20px;
    width: 0;
}


.percent {
    display: inline-block;
    left: 48%;
    position: absolute;
    top: 3px;
}
span.ajax-loader {
    background: url('/components/extforms/img/ajax-loader.gif') no-repeat;
    display: none;
    float: left;
    left: 6px;
    position: relative;
    top: 11px;
    width: 36px;
}

.mustbe {
    color: #FF4500;
    font-weight: bold;
}

/*#out_prew > div {
    border: 1px solid #00FF00;
}*/

/**************************************************************************/
.clr {
  clear: both;
}
.in_vg, .in_table, .bb_pan { display:table; width:100%; table-layout:fixed; float:left; }

.lvg, .lvg_5, .lvg_10, .lvg_15, .lvg_20, .lvg_25, .lvg_30, .lvg_33, .lvg_40, .lvg_38, .lvg_48, .lvg_50, .lvg_60, .lvg_70, .lvg_62, .lvg_66, .lvg_75, .lvg_80, .lvg_85, .lvg_90 { float:left; }
.rvg, .rvg_5, .rvg_10, .rvg_15, .rvg_20, .rvg_25, .rvg_30, .rvg_33, .rvg_40, .rvg_38, .rvg_48, .rvg_50, .rvg_60, .rvg_70, .rvg_62, .rvg_66, .rvg_75, .rvg_80, .rvg_85, .rvg_90 { float:right; margin-left:-5px; }

.vg_5, .lvg_5, .rvg_5 { width:5%; }
.vg_10, .lvg_10, .rvg_10 { width:10%; }
.vg_15, .lvg_15, .rvg_15 { width:15%; }
.vg_20, .lvg_20, .rvg_20 { width:20%; }
.vg_30, .lvg_30, .rvg_30 { width:30%; }
.vg_40, .lvg_40, .rvg_40 { width:40%; }
.vg_48, .lvg_48, .rvg_48 { width:48%; }
.vg_60, .lvg_60, .rvg_60 { width:60%; }
.vg_70, .lvg_70, .rvg_70 { width:70%; }
.vg_80, .lvg_80, .rvg_80 { width:80%; }
.vg_85, .lvg_85, .rvg_85 { width:85%; }
.vg_90, .lvg_90, .rvg_90 { width:90%; }
.vg_100, .lvg_100, .rvg_100 { width:100%; }
.vg_25, .lvg_25, .rvg_25 { width:25%; }
.vg_33, .lvg_33, .rvg_33 { width:33.333%; }
.vg_50, .lvg_50, .rvg_50 { width:50%; }
.vg_66, .lvg_66, .rvg_66 { width:66.666%; }
.vg_75, .lvg_75, .rvg_75 { width:75%; }
.vg_38, .lvg_38, .rvg_38 { width:38.2%; }
.vg_62, .lvg_62, .rvg_62 { width:61.8%; }

.for_vg  { padding:0 0.5em; }
.for_lvg { padding:0 1em 0 0; }
.for_rvg { padding:0 0 0 1em; }

.in_table {
background: #FFFFFF;
}
.zform .in_table {
background: #FFFFFF;
}

.zform label {
/*float: left;*/
background: #FFFFFF;
padding : 5px 8px 3px 8px;
position: relative;
z-index: 12;
}
.tabrow {
padding: 0.3em;
width: 99.4%;
}
.even {
background: #F8F8FF;
}
.odd {
background: #F0F8FF;
}
.zform {
max-width: 940px;
}
.zform .tabrow {
width: 96%;
border: 1px #DDE2E6;
position: relative;
}
.in_vg .tabrow {
background: #F4F8F6;
color: #738695;
width: 98.5%;
border: 1px #B6C2CB;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}

.tabrow_sp {
background: #F4F8F6;
color: #738695;
width: 90.5%;
border: 1px #B6C2CB;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
margin:5px;
padding: 5px;
}

.tabrow_flw {
float: left;
padding: 0.3em;
position: relative;
width: 98.5%;
border: none;
}

.tabrow_fl {
float: left;
padding: 0.3em;
position: relative;
background: #F0FFF0;
color: #738695;
width: 98.5%;
border: 1px #B6C2CB;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
.hidden, .hidden div.vg {
   /* background: #E6E9EC;*/
    background: #EFF3FF;
}

.sota {
padding: 0.3em;
}

.tc {
    text-align: center;
}
.tl {
    text-align: left;
}
.tr{
    text-align: right;
}
.tb {
    font-weight: bold;
}
.ti {
    font-style: italic;
}
.tu {
    text-decoration: underline;
}
.ts {
    text-decoration: line-through;
}
.to {
    text-decoration: overline;
}

div.bfon {
    background: #333333;
    height: 99%;
}


.tabrow, .tabrow_fl, .one_h, .in_vg { table-layout:fixed; }
.one_h > div { display:table-cell; float:none; margin:0; overflow:hidden; /*vertical-align:top;*/ }
.line_sot { display:table-row; float:none; margin:0; overflow:hidden; vertical-align: 98%; width: 99.9%; position:relative; }
.sota { display:table-cell; float:none; margin:0; overflow:hidden; vertical-align: 98%; }
.sota_bsl { display:table-cell; float:none; margin:0; overflow:hidden; vertical-align:baseline; }
.sota_top { display:table-cell; float:none; margin:0; overflow:hidden; vertical-align:top; }
.sota_mdl { display:table-cell; float:none; margin:0; overflow:hidden; vertical-align:middle; }
.sota_btm { display:table-cell; float:none; margin:0; overflow:hidden; vertical-align:bottom; }

#list {
    width: 1200px;
    margin: 0 auto;
    padding: 10px;
    background: #F5F5F0;
}

.final {

  font-family: "Times New Roman",Times,serif;
  font-size: 21px;
  line-height: 30px;
  margin: 3px;
  width: 1180px;
  word-wrap: break-word;
/*  overflow: auto;*/
}
.final {
    background: #F0FFF0;
}

kbd, tt {
  background: none repeat scroll 0 0 #FFFAF5;
  border: 1px solid #C7D9C9;
  border-radius: 3px 3px 3px 3px;
  color: #191970;
  font-weight: bold;
  padding-left: 0.8em;
  padding-right: 0.8em;
  cursor: pointer;
}
.smb_wrap {
position:relative;
min-width: 300px;
min-height: 60px;
}
.ins_smb{
position:relative;
min-width: 300px;
min-height: 40px;
}
@media screen AND (max-width: 600px) {
#out_prew{display:none;}	
.btn{display:none;}
.vg_33{width:100%;}
}