﻿.buttonbar_table
{
	margin-top: 8px;
	margin-bottom: 8px;
	width: 100%;
}

.buttonbar_td_left
{
	width: 8px;
	height: 32px;
	background-image : url(../../images/default/form/buttonbar_left.gif);
	background-repeat: no-repeat
}

.buttonbar_td_center
{
	text-align: right;
	padding: 0px;
	height: 32px;
	background-image : url(../../images/default/form/buttonbar_center.gif);
	background-repeat:repeat-x
}

.buttonbar_td_center_table
{
	float:right;
}

.buttonbar_td_center_tr
{
}


.buttonbar_td_center_td
{
}

.buttonbar_td_right
{
	width: 8px;
	height: 32px;
	background-image : url(../../images/default/form/buttonbar_right.gif);
	background-repeat: no-repeat
}

.buttonbar_td_divider
{
	text-align: center;
	vertical-align:middle;
	width: 20px
}