﻿
.btAdd
{
	height: 22px;
	width :91px;
	border :0px;
	background: url(../Images/imgModule/btn_add-to_bg.gif) no-repeat;
	background-position : left;
	font: 12px Tahoma;
	text-align:  center;	
	color: black;
	vertical-align: middle;	
	cursor :hand;
	
}
.btEdit
{
	
	height: 22px;
	width :91px;
	border :0px;
	background: url(../Images/imgModule/btn_detail.gif) no-repeat ;
	background-position : left;
	font: 12px Tahoma;
	text-align:  center;	
	color: black;
	vertical-align: middle;	
	cursor :hand;
	
}
.btDelete
{
	height: 22px;
	width :91px;
	border :0px;
	background: url(../Images/imgModule/btn_delete_bg.gif) no-repeat;
	background-position : left;
	font: 12px Tahoma;
	text-align:  center;	
	color: black;
	vertical-align: middle;	
	cursor :hand;
}
.btSave
{
	height: 22px;
	width :91px;
	border :0px;
	background: url(../Images/imgModule/btn_save_bg.gif) no-repeat;
	background-position : left;
	font: 12px Tahoma;
	text-align:  center;	
	color: black;
	vertical-align: middle;	
	cursor :hand;
}

