.toffice_butt, .toffice_buttOver
{
	display: inline;
	margin: 1px;
}

TABLE.toffice_butt TD, TABLE.toffice_buttOver TD
{
	background: url('../../images/web/btn_gray_C.png') center repeat-x;
	cursor: pointer;
	padding: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 11px;
	color: white;
	font-weight:normal;
	height: 23px;
}

TABLE.toffice_buttOver TD
{
	background-image: url('../../images/web/btn_gray_C.png');
	color: #990000;
	font-weight:normal;
}

TABLE.toffice_butt TD.toffice_buttL
{
	background: url('../../images/web/btn_gray_L.png') center right no-repeat;
	width: 3px;
	height: 23px;
}

TABLE.toffice_buttOver TD.toffice_buttL
{
	background-image: url('../../images/web/btn_gray_L.png');
	width: 3px;
}

TABLE.toffice_butt TD.toffice_buttR
{
	background: url('../../images/web/btn_gray_R.png') center left no-repeat;
	width: 3px;
	height: 23px;
}

TABLE.toffice_buttOver TD.toffice_buttR
{
	background-image: url('../../images/web/btn_gray_R.png');
	width: 3px;
}

.toffice_butt IMG, .toffice_buttOver IMG
{
	vertical-align: text-top
}

