﻿/* =Free Text box
----------------------------------------------- */
.toolbarDropdownList
{
	width:auto !important;
}
/* =Button
----------------------------------------------- */
.buttonNew
, .buttonEdit
, .buttonSearch
, .buttonReset
, .buttonCancel
, .buttonClose
, .buttonSave
, .buttonPrinter
{
	border: 0;
	color: Black;
	margin:4px 2px 4px 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	height: 24px;
	width: 24px;
	cursor: pointer;
}
.buttonNew
{
    background:url(images/new.png) no-repeat;
}
.buttonEdit
{
    background:url(images/edit.png) no-repeat;
}
.buttonSearch
{
    background:url(images/search.png) no-repeat;
}
.buttonReset
{
    background:url(images/reset.png) no-repeat;
}
.buttonCancel
{
    background:url(images/cancel.png) no-repeat;
}
.buttonClose
{
    background:url(images/cancel.png) no-repeat;
}
.buttonSave
{
    background:url(images/save.png) no-repeat;
}
.buttonPrinter
{
    background:url(images/printer.png) no-repeat;
}