.tbTopLeft
{
  background-image : url('../../img/textbox/textbox_top_left.gif');
  background-position : top left;
  background-repeat : no-repeat;
  background-color : #ffffff;
  width : 4px;
  height : 4px;
}

.tbTopCenter
{
  background-image : url('../../img/textbox/textbox_top_bg.gif');
  background-position : top right;
  background-repeat : repeat-x;
  background-color : #ffffff;
  height : 4px;
}

.tbTopRight
{
  background-image : url('../../img/textbox/textbox_top_right.gif');
  background-position : top right;
  background-repeat : no-repeat;
  background-color : #ffffff;
  width : 4px;
  height : 4px;
}

.tbMiddleLeft
{
  background-image : url('../../img/textbox/textbox_left_bg.gif');
  background-position : top left;
  background-repeat : repeat-y;
  background-color : #ffffff;
  width : 4px;
  height : 110px;
}

.tbMiddleCenter
{
  background-color : #ffffff;
  color : #444444;
  font-family : Arial, Helvetica, Sans-serif;
  font-size : 11px;
  text-align : justify;
  vertical-align : top;
  padding : 5px;
}

.tbMiddleRight
{
  background-image : url('../../img/textbox/textbox_right_bg.gif');
  background-position : top left;
  background-repeat : repeat-y;
  background-color : #ffffff;
  width : 4px;
  height : 110px;
}

.tbBottomLeft
{
  background-image : url('../../img/textbox/textbox_bottom_left.gif');
  background-position : top left;
  background-repeat : no-repeat;
  background-color : #ffffff;
  width : 4px;
  height : 19px;
}

.tbBottomCenter
{
  background-image : url('../../img/textbox/textbox_bottom_bg.gif');
  background-position : top left;
  background-repeat : repeat-x;
  background-color : #ffffff;

  height : 19px;
}

.tbBottomRight
{
  background-image : url('../../img/textbox/textbox_bottom_right.gif');
  background-position : top left;
  background-repeat : no-repeat;
  background-color : #ffffff;
  width : 4px;
  height : 19px;
}

.tbMiddleCenterOldalTartalom
{
  background-color : #ffffff;
  color : #444444;
  font-family : Arial, Helvetica, Sans-serif;
  font-size : 12px;
  text-align : justify;
  vertical-align : top;
  padding : 5px;
}


