.taxes-calc__form {
  padding:10px;
}

.taxesform {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  margin:10px;
}

.taxes-calc__text {
  text-align: center;
}

.taxes-calc__text_top {
  font-size: 19px;
  margin: 13px 0 10px 0;
}

.taxes-calc__link{
    color: #000;
    text-decoration: none;
    color: black !important;
}

.taxes-calc__link:hover{
    text-decoration: underline;
}

.taxes-calc__form{
  margin: 0 auto;
  width: 600px;
  width: 475px;
}



/* 
    taxesform 
*/


.taxesform__type-selector{
   padding: 4px;
   font-size: 14px;
   line-height: 1;
   height: 30px;
   -webkit-appearance: none;
   width: 260px;
} 

.taxesform__row{
  margin: 10px 0;
/*  line-height: 20px;
  min-height: 46px;*/
  line-height: normal;
  min-height: 30px;

  white-space: nowrap;
  position: relative;
}

.taxesform__row_add{
  text-align: right;
}

.taxesform__row_tax{
  display: none;
  font-style: italic;
  text-align: right;
}

.taxesform__row_deduction{
  display: none;
}

.taxesform__row_submit{
  text-align: center;
}

.taxesform__result{
  min-height: 30px;
  font-size: 25px;
  text-align: right;
}

.taxesform__error{
  min-height: 30px;
  font-size: 16px;
  color: red;
  white-space: normal;
}


.taxes-calc__title{
  margin: 40px 0;
}


.taxesform__metric,
.taxesform__cost
{
  height: 22px;
  font-size: 14px;
  text-align: right;
}

.taxesform__label{
  display: inline-block;
  min-width: 200px;
  vertical-align: top;
}

.taxesform__units{
  display: inline-block;
  vertical-align: top;
  margin-top:4px;
  margin-left:5px;
}

.taxesform__hint {
  font-size: 12px;
  line-height: 1.3em;
  margin-top:3px;
}

.taxesform__selector{
  display: inline-block;
}

.taxesform__oneofrealty{
  margin: 0 0 40px 0;
}

/* шаблонизатор тупил, пришлось версткой убрать кнопку "Удалить" у первой формы */
.taxesform__oneofrealty_0 .taxesform__row_delete{
  display: none;
}

.taxesform__addnew,
.taxesform__delete{
  position: relative;
  border-bottom: 1px dashed #999;
}


.taxesform__delete{
  font-size: 10px;
}

.taxesform__addnew:hover,
.taxesform__delete:hover{
  text-decoration: none !important;
  border-bottom: 1px dashed #001445;
}

.taxesform__delete{
  position: absolute;
  right: 0;
  left: initial;
}

.taxesform__row_result{
  display: none;
}

.taxesform__row_error{
  display: none;
}

.taxesform__submit{
  font-family: inherit;
  font-size: 100%;
  padding: .4em 1em;
  color: #000 !important;
  border: 1px solid #999;
  background: url('/i/site/fe_button_00.gif') repeat scroll 0% 0% transparent;
  text-decoration: none !important;
  border-radius: 2px;
  
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.taxesform__submit:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(40%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));
  background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
  background-image: -moz-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1));
  background-image: -o-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
  background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
  text-decoration: none !important;
}

.taxesform__submit:active {
  box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;
  outline: none;
  text-decoration: none !important;
}