input[type="radio"].radio_fb {
-webkit-appearance: none;
display: none;
 margin-left:-5px;


}



label.label_fb {
    padding: 20px 50px;
    /*background: #367fb4;*/
    display: block;
    font-size: 1em;
    height: 5em;
    line-height: 5;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    color: #fff;
    cursor: pointer;
    text-align: center;

}

label.label_fb2 {
    padding: 20px 50px;
    background:#0f9cba;
    display: block;
    font-size: 1em;
    height: 5em;
    line-height: 5;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    color: #fff;
    cursor: pointer;
    text-align: center;

}

/*input[type="radio"].radio_fb:checked+label.label_fb{ 
  background-color: #066188;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-image: url("images/b2/10.png");
  background-repeat: no-repeat;
  background-position: center;


}*/

input[type="radio"].radio_fb:checked+label.cur_05{ 
  background-color: #066188;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-image: url("images/b1/5a.png");
  background-repeat: no-repeat;
  background-position: center;


}

input[type="radio"].radio_fb:checked+label.cur_10{ 
  background-color: #066188;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-image: url("images/b1/10a.png");
  background-repeat: no-repeat;
  background-position: center;


}

input[type="radio"].radio_fb:checked+label.cur_20{ 
  background-color: #066188;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-image: url("images/b1/20a.png");
  background-repeat: no-repeat;
  background-position: center;


}

input[type="radio"].radio_fb:checked+label.cur_50{ 
  background-color: #066188;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-image: url("images/b1/50a.png");
  background-repeat: no-repeat;
  background-position: center;


}

input[type="radio"].radio_fb:checked+label.cur_100{ 
  background-color: #066188;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-image: url("images/b1/100a.png");
  background-repeat: no-repeat;
  background-position: center;


}

input[type="radio"].radio_fb:checked+label.cur_others{ 
  background-color: #066188;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-image: url("images/b1/othera.png");
  background-repeat: no-repeat;
  background-position: center;


}

div.button:hover {
  background: #0f9cba;
}

div.button {
  padding:0;
  height: 5em;
}

div.button label {
  color: #fff;
  margin: 0;
  line-height: 2;
}

.fb_blue{
  background-color: #0f9cba;
}

input[type="text"] {
    display: block;
    width: 80%;
    margin: 0 auto;
    /*background: #235375;*/
    /*line-height: 1;*/
    /*padding: .5em;*/
    border: 0;
    outline: 0;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em
}

.cur_05{
  background-image: url("images/b1/5.png");
  background-repeat: no-repeat;
  background-position: center;
}

.cur_10{
  background-image: url("images/b1/10.png");
  background-repeat: no-repeat;
  background-position: center;
}

.cur_20{
  background-image: url("images/b1/20.png");
  background-repeat: no-repeat;
  background-position: center;
}

.cur_50{
  background-image: url("images/b1/50.png");
  background-repeat: no-repeat;
  background-position: center;
}

.cur_100{
  background-image: url("images/b1/100.png");
  background-repeat: no-repeat;
  background-position: center;
}

.cur_others{
  background-image: url("images/b1/other.png");
  background-repeat: no-repeat;
  background-position: center-top;
}

  .image-container{
    display:table-cell;
    height:320px !important;
    vertical-align: middle;
  }

 .clear{
    padding:2px;
  }