/* Minification failed. Returning unminified contents.
(162,5): run-time error CSS1035: Expected colon, found 'ax-width'
(170,5): run-time error CSS1035: Expected colon, found 'ax-width'
 */
/* REGISTER */
#accountSelector .control-group, #radioTabs.control-group{
  margin: 0;
  position: relative;
  z-index: 5;
}
#accountSelector .table-block, #radioTabs .table-block{
  box-shadow: none;
  background: none;
  border: 1px solid #dadada;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  margin: 0;
  width: 348px;
  height: 60px;
  position: relative;
  letter-spacing: -.05em;
}

#radioTabs .table-block{
    width: 233px;
    height: 75px;
}
#radioTabs #giveawaydiv{ width: 234px;}
#radioTabs span.pic-category{
    margin: 0;
}
span.conditions{ display: block;}
#accountSelector .table-block label, #radioTabs .table-block label{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#accountSelector .table-block label .pic-category, #radioTabs .table-block label .pic-category{
  top: 12px;
  left: 10px;
}
#accountSelector .table-block label .conditions{
  padding: 7px 0 0 0;
}
#radioTabs .table-block label .conditions{
  padding: 10px 0 0 30px; 
}
#accountSelector .conditions .btn{
    margin-top: -4px;
}
.conditions strong{
  font-size: 18px;
  /*f ont-family: 'Open Sans Bold';*/
  font-weight: 700;
}
.conditions .help-block.small{
  margin-top: 0;
  font-size: 12px;
}
#accountSelector .table-block label input, #radioTabs .table-block input{
  visibility: hidden;
}
#accountSelector .table-block:hover .conditions, #accountSelector .chosen .conditions{color:#5aa6da;}

.register-panel{
  border: 1px solid;
  padding: 10px;
  overflow: hidden;
  position: relative;
  top: -1px;
  z-index: 1;
}
#accountSelector .table-block.chosen, .register-panel, #radioTabs .table-block.chosen{
  border-color: #dadada;
  background: #fff;
}
ol.steps{
  margin: 0 0 15px 0;
  padding: 10px 5px;
  list-style: none;
  background: #f8f8f8;
  border: 1px solid #dadada;
  color: #999;
}
ol.steps li{
  display: inline-block;
  margin: 0 30px 0 0;
  font-size: 16px;
  font-weight: bold;
}
ol.steps li.active{
  color: #044697;
}
.steps span{
  background-color: #e6e6e6;
  border-radius: 1em;
  padding: 5px;
  text-align: center;
  display: inline-block;
  width: 20px;
}
.steps .active span{
  color: #fff;
  background-color: #044697;
}
.register-panel .table-block{
  background: none;
}
.formStep{
  /*fleft*/
  width: 675px;
  margin-right: 15px;
  overflow: hidden;
}
.stepWrapper{
  width: 1500px;
  position: relative;
}
#registerForm{
  overflow: hidden;
}

.control-group.bg-for-btn{
  background-color: whiteSmoke;
  margin-bottom: 0;
}
.register-panel .control-group.bg-for-btn{
  background-color: #f8f8f8;
  border: 1px solid #dadada;
}
.captchaWrapper .controls{
  padding: 15px 25px 25px;
  width: 255px;
  position: relative;
}
.loginPanel .captchaWrapper .controls{
    padding:0;
}
.captchaWrapper .controls a{
  position: absolute;
  top: 20px;
  right: 35px;
  text-indent: -1000em;
  width: 15px;
  height: 15px;
  background: url("/Content/img/glyphicons-halflings-grey.png") -239px -23px no-repeat;
}
.formStep .captchaWrapper .controls a{
  top: 85px;
  right: 60px;
}
.captchaWrapper .controls input{
  box-shadow: none;
  border-color: #222;
  width: 188px;
  margin: 15px 0 0 0;
}
.control-group .help-inline.error{
  color: #db0000;
  background: url(/Content/img/error-icon.png) 0 -2px no-repeat;
  padding-left: 18px;
  line-height: 1;
  margin-top: 5px;
  m ax-width: 265px;
}
.control-group .help-block.error{
  color: #db0000;
  background: url(/Content/img/error-icon.png) 0 -2px no-repeat;
  padding-left: 18px;
  line-height: 1;
  margin-top: 5px;
  m ax-width: 265px;
}
#errorCaptcha{
  color: #db0000;
  
}
span.star{
    font-weight: normal;
    color: Red;
}
#CaptchaImage{
    border: 1px solid #404040 !important;
}
#shop-account .alert-success{
    border-color: #999;
    color: #666;
    background: #e6e6e6;
}
#formstorecreate textarea{
  border-radius: 5px;
  width: 470px;
  height: 100px;
  resize: none;
}

.controls.inline, .controls.inline-first{
    display: inline-block;
    margin: 0;
}
.controls.inline-first{ margin-left: 20px;}

#passwordStrength{
    height: 26px;
    background: #f8f8f8;
    width:220px;
    position: relative;
    text-align: center;
}
#passwordDescription{height:26px;width:220px;}
.strength0 #passwordDescription{background:#f8f8f8;}
.strength1 #passwordDescription{background:#ff0000;}
.strength2 #passwordDescription{background:#ff5f5f;}
.strength3 #passwordDescription{background:#FFBF00;}
.strength4 #passwordDescription{background:#4dcd00;}
.strength5 #passwordDescription{background:#399800;}

#strengthText{position:absolute;top:0;left:0;right:0;bottom:0;line-height:2;}
.strength1 #strengthText,
.strength2 #strengthText,
.strength4 #strengthText,
.strength5 #strengthText
{color:#fff;}


.span3 h2{font-size:18px;}
