

.tbaddbutton button
{ 
  padding-left: 25px;
  background: url(../scripts/js/YUI/images/btns/add.gif) 3px 1px no-repeat;
  font-weight: bold;
  color: #505050;  
}

.tbdelbutton button
{
  padding-left: 25px;
  background: url(../scripts/js/YUI/images/btns/del.gif) 3px 8px no-repeat;
  font-weight: bold;
  color: #505050;  
}

.tbedtbutton button
{
  padding-left: 25px;
  background: url(../scripts/js/YUI/images/btns/edt.gif) 3px 2px no-repeat;
  font-weight: bold;
  color: #505050;  
}

.tbsetbutton button
{
  padding-left: 25px;
  background: url(../scripts/js/YUI/images/btns/set.gif) 3px 1px no-repeat;
  font-weight: bold;
  color: #505050;  
}

.infomark
{
	width:32px; height:32px; 
	background: url('../scripts/js/YUI/images/dialogs/info32.gif') no-repeat 0 0;
	margin-right:10px;	
}
