.buhforms input[type="text"], 
.buhforms input[type="password"], 
.buhforms textarea  {
  margin: 2px;
  padding: 2px 5px;
  font: 14px Tahoma;
  line-height: 26px;
  height:26px;
  background: linear-gradient(to bottom, #F1F1F1, #FFFFFF) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #C5C5C5;
  border-radius: 3px;
}

.buhforms textarea {
  height:auto;
}

/* radio */
.buhforms label{
  padding:2px 0px 2px 20px;
}
.buhforms input[type=radio] {
  display:none;
}
.buhforms input[type=radio] + label {
  background:url('images/radio-off.png') no-repeat 0px 0px;
}
.buhforms input[type=radio]:checked + label {
  background:url('images/radio-on.png') no-repeat 0px 0px;
}
/* /radio */

/* checkbox */
.buhforms input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
 
.buhforms input[type="checkbox"] + label {
    /*background: url('images/checkbox-off.png') 0 0 no-repeat;*/
    background: url("images/checkbox.png") no-repeat scroll 0 top rgba(0, 0, 0, 0);
    margin-top: 7px;
    margin-bottom: 15px;
    padding-left: 30px;
}
 
.buhforms input[type="checkbox"]:checked + label {
    /*background: url('images/checkbox-on.png') 0 0 no-repeat;*/
    background: url("images/checkbox.png") no-repeat scroll 0 -21px;
}
/* /checkbox*/

/* buttons */
.buhforms button,
.buhforms input[type=button],
.buhforms input[type=reset],
.buhforms input[type=submit] {
  display: inline-block;
  margin: 2px; 
  padding: 2px 20px;
  font-size: 15px;
  line-height: 26px;
  background-image: linear-gradient(to bottom, #ffdc2d, #ffbd2d);
  height:26px;
  border: none;
  border-bottom: 3px solid #e98022;
  border-radius: 4px;
  cursor: pointer;
  color: #c21a24;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.59);
  text-decoration: none;
}
/* /buttons */

/* CustomSelect */
.customSelect {
  border: 1px solid #C5C5C5;
  border-radius: 3px;
  height: 26px;
  line-height: 26px;
  margin: 2px;
  padding: 2px 5px;
  background: linear-gradient(to bottom, #F1F1F1, #FFFFFF) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #727279;
  white-space: nowrap;
}
.customSelectChanged {

}
.customSelectFocus {
	/* You can use this if you want a different style after user has made a selection */
}
.customSelectOpen {
	/* You can use this if you want a different style after user has made a selection */
}
/* We can style the inner box, too */
.customSelectChanged .customSelectInner {
  color: #000000;
}
.customSelectInner {
    background: url('images/select.png') no-repeat center right, linear-gradient(to bottom, #F1F1F1, #FFFFFF) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/* /CustomSelect */

/* CustomSelect_Small */
.customSelect_small {
  margin: 0;
  padding: 1px;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  background-color: #FFFFFF;
  border:none;
  color: #727279;
}


.customSelect_small.changed {
  /* You can use this if you want a different style after user has made a selection */
}

.customSelect_smallFocus {
  /* You can use this if you want a different style after user has made a selection */
}

.customSelect_smallOpen {
  /* You can use this if you want a different style after user has made a selection */
}
/* We can style the inner box, too */
.customSelect_smallInner {
    background: url('images/select.png') no-repeat center right #FFFFFF;
}
/* /CustomSelect_Small */


/********************/
/* БОЛЬШИЕ ЭЛЕМЕНТЫ */

.buhforms_Big input[type="text"], 
.buhforms_Big input[type="password"], 
.buhforms_Big textarea  {
  margin: 10px 2px;
  padding: 2px 10px;
  line-height: 46px;
  height:46px;
  font: 20px Tahoma;
}

/* radio */
.buhforms_Big.buhforms_Big label{
}
.buhforms_Big input[type=radio] + label {
}
.buhforms_Big input[type=radio]:checked + label {
}
/* /radio */

/* checkbox */
.buhforms_Big input[type="checkbox"] {
}
 
.buhforms_Big input[type="checkbox"] + label {
}
 
.buhforms_Big input[type="checkbox"]:checked + label {
}
/* /checkbox*/

/* buttons */
.buhforms_Big button,
.buhforms_Big input[type=button],
.buhforms_Big input[type=reset],
.buhforms_Big input[type=submit] {
  margin: 10px 2px; 
  padding: 2px 20px;
  font-size: 15px;
  font-weight: bold;  
  line-height: 38px;
  height:43px;
}
/* /buttons */