/*
* CSS subor pre formular
*/

/* RTB buttons */

.RTBbut_off
{
  width: 80px;
  float: left;
  height: 30px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
  /* border: 1px solid red; */
  display: block;
  text-decoration: none;
  background-image: url('../images/rtb_but_off.png');
  cursor: pointer;
  cursor: hand;
}

.RTBbut_act
{
  width: 80px;
  float: left;
  height: 30px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
  /* border: 1px solid red; */
  display: block;
  text-decoration: none;
  background-image: url('../images/rtb_but_active.png');
  cursor: pointer;
  cursor: hand;
}

.RTBbut_on
{
  width: 80px;
  float: left;
  height: 30px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
  /* border: 1px solid red; */
  display: block;
  text-decoration: none;
  background-image: url('../images/rtb_but_on.png');
  cursor: pointer;
  cursor: hand;
}

/* ******************************************************************** */
/* RTB buttons pre IE  */

.RTBbut_off_ie
{
  width: 100px;
  float: left;
  height: 40px;
  /* padding-top: 10px; */
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
  /* border: 1px solid red; */
  /* display: block; */
  text-decoration: none;
  /* background-image: url('../images/rtb_but_off.png'); */
  cursor: pointer;
  cursor: hand;
}

.RTBbut_act_ie
{
  width: 100px;
  float: left;
  height: 40px;
  /* padding-top: 10px; */
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
  /* border: 1px solid red; */
  /* display: block; */
  text-decoration: none;
  /* background-image: url('../images/rtb_but_active.png'); */
  cursor: pointer;
  cursor: hand;
}

.RTBbut_on_ie
{
  width: 100px;
  float: left;
  height: 40px;
  /* padding-top: 10px; */
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  vertical-align: middle;
  /* border: 1px solid red; */
  /* display: block; */
  text-decoration: none;
  /* background-image: url('../images/rtb_but_on.png'); */
  cursor: pointer;
  cursor: hand;
}
