.technobonus-note {
    color:red;
}
.technobonus-formbar {
    position:relative;
    height:50px;
    margin-top:25px;
    padding:20px;
    background-color:#f26f00;
}
.technobonus-formbar__fill-card-txt {
    display:inline-block;
    width:300px;
    padding-right:30px;
    vertical-align:top;
    line-height:24px;
    font-size:16px;
    font-weight:bold;
    color:#fff;
}
.technobonus-formbar__fill {
    display: inline-block;
    height:38px;
    padding: 6px 20px;
    cursor: pointer;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    color: #252223;
    text-shadow: 1px 1px 3px #fff;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d7', endColorstr='#b4b4b9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d5d5d7', endColorstr='#b4b4b9')";
    background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d7), to(#b4b4b9));
    background: -moz-linear-gradient(top,  #d5d5d7,  #b4b4b9);
    background: -o-linear-gradient(top,  #d5d5d7,  #b4b4b9);
    background: -ms-linear-gradient(top,  #d5d5d7,  #b4b4b9);
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.9),inset 2px 2px 3px 0 rgba(255, 255, 255, 0.4);
}
.technobonus-formbar__fill:hover {
    color: #252223 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff10b', endColorstr='#ffc80b');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff10b', endColorstr='#ffc80b')";
    background: -webkit-gradient(linear, left top, left bottom, from(#fff10b), to(#ffc80b));
    background: -moz-linear-gradient(top,  #fff10b,  #ffc80b);
    background: -o-linear-gradient(top,  #fff10b,  #ffc80b);
    background: -ms-linear-gradient(top,  #fff10b,  #ffc80b);
}
.technobonus-formbar__sendmail {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    right: 208px;
    top: 15px;
    width: 130px;
}
.technobonus-formbar__sendmail a,
.technobonus-formbar__sendmail a:hover {
    color:#000 !important;
}
.technobonus-formbar__rules {
  color: #0b0b0d;
  font-size: 12px;
  position: absolute;
  right: 75px;
  top: 60px;
}
.technobonus-formbar__rules:hover {
    color:#0b0b0d !important;
}
.pay-button_technobonus {
    padding-left:30px;
    padding-right:30px;
    margin:30px 0;
}
.twocol {
    display:inline-block;
    width:45%;
    vertical-align:top;
}
.twocol_right {
    padding-left:9%;
}
.twocol_wrap label {
    margin-top:0;
}
.twocol_wrap .control-group input {
    margin-bottom:0;
}
.technobonus-submit {
    text-align:center;
    clear:left;
}
