﻿.EditButton
{
	background-color:transparent;
	background-image:url('/App_Themes/Default/Images/Edit.gif');
	background-position:3px 2px;
	background-repeat:no-repeat;
	border-style:none;
	width:18px;
	height:18px;
	clear:none;
}

.AddButton
{
	background-color:transparent;
	background-image:url('/App_Themes/Default/Images/Add.gif');
	background-position:0px 5px;
	background-repeat:no-repeat;
	border-style:none;
	width:18px;
	height:24px;
	clear:none;
}

.DeleteButton
{
	background-color:transparent;
	background-image:url('/App_Themes/Default/Images/Delete.gif');
	background-position:0px 2px;
	background-repeat:no-repeat;
	border-style:none;
	width:18px;
	height:18px;
	clear:none;
}

input:disabled.DeleteButton
{
	background-color:transparent;
	background-image:url('/App_Themes/Default/Images/Delete.gif');
	background-position:-18px 2px;
	background-repeat:no-repeat;
	border-style:none;
	width:18px;
	height:18px;
	clear:none;
}

.UpdateButton
{
	background-color:transparent;
	background-image:url('/App_Themes/Default/Images/Save.gif');
	background-position:3px 1px;
	background-repeat:no-repeat;
	border-style:none;
	width:18px;
	height:18px;
	clear:none;
}
.CancelButton
{
	background-color:transparent;
	background-image:url('/App_Themes/Default/Images/Cancel.gif');
	background-position:3px 2px;
	background-repeat:no-repeat;
	border-style:none;
	width:18px;
	height:18px;
	clear:none;
}