.buttonSmall, .buttonAdminSmall, .buttonAttachSmall, .buttonDenySmall, .buttonApproveSmall, .buttonSaveSmall, .buttonReturnSmall, .buttonAddSmall, .buttonSubmitSmall {
	width: 70px;
}

.buttonMedium, .buttonAdminMedium, .buttonAttachMedium, .buttonDenyMedium, .buttonApproveMedium, .buttonSaveMedium, .buttonReturnMedium, .buttonAddMedium, .buttonSubmitMedium {
	width: 115px;
}

.buttonLarge, .buttonAdminLarge, .buttonAttachLarge, .buttonDenyLarge, .buttonApproveLarge, .buttonSaveLarge, .buttonReturnLarge, .buttonAddLarge, .buttonSubmitLarge {
	width: 155px;
}

.buttonSmall, .buttonMedium, .buttonLarge {
	position: relative;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: rgb(47,47,47);;
	text-decoration: none;
	border: 1px solid Gray;
	background-color: rgb(240,240,240);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	margin-left: 2px;
	padding: 1px 1px 1px 1px;
	overflow: visible;
	float: left;
	text-align: center;
}

.buttonSaveSmall, .buttonSaveMedium, .buttonSaveLarge,
.buttonAdminSmall, .buttonAdminMedium, .buttonAdminLarge,
.buttonAttachSmall, .buttonAttachMedium, .buttonAttachLarge,
.buttonReturnSmall, .buttonReturnMedium, .buttonReturnLarge,
.buttonAddSmall, .buttonAddMedium, .buttonAddLarge,
.buttonApproveSmall, .buttonApproveMedium, .buttonApproveLarge,
.buttonDenySmall, .buttonDenyMedium, .buttonDenyLarge,
.buttonSubmitSmall, .buttonSubmitMedium, .buttonSubmitLarge {
	position: relative;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: rgb(47,47,47);;
	text-decoration: none;
	border: 1px solid Gray;
	background-color: rgb(240,240,240);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	text-indent: 20px;
	margin-left: 2px;
	padding: 4px 5px 4px 5px;
	overflow: visible;
	float: left;
}


a.buttonAdminSmall:hover, a.buttonAdminMedium:hover, a.buttonAdminLarge:hover,
a.buttonAttachSmall:hover, a.buttonAttachMedium:hover, a.buttonAttachLarge:hover,
a.buttonSaveSmall:hover, a.buttonSaveMedium:hover, a.buttonSaveLarge:hover,
a.buttonReturnSmall:hover, a.buttonReturnMedium:hover, a.buttonReturnLarge:hover,
a.buttonAddSmall:hover, a.buttonAddMedium:hover, a.buttonAddLarge:hover,
a.buttonSubmitSmall:hover, a.buttonSubmitMedium:hover, a.buttonSubmitLarge:hover,
a.buttonApproveSmall:hover, a.buttonApproveMedium:hover, a.buttonApproveLarge:hover,
a.buttonDenySmall:hover, a.buttonDenyMedium:hover, a.buttonDenyLarge:hover,
a.buttonSmall:hover, a.buttonMedium:hover, a.buttonLarge:hover, 
input.buttonSmall:hover, input.buttonMedium:hover, input.buttonLarge:hover{
    text-decoration: none;
    background-color: #d7e7fc;
}

.buttonSaveSmall, .buttonSaveMedium, .buttonSaveLarge {
	background-image: url(/HRSuite/images/BtnSaveImage.gif);	
}
.buttonReturnSmall, .buttonReturnMedium, .buttonReturnLarge {
		background-image: url(/HRSuite/images/BtnCancelImage.gif);
}
.buttonAddSmall, .buttonAddMedium, .buttonAddLarge {
		background-image: url(/HRSuite/images/BtnAddImage.gif);
}
.buttonSubmitSmall, .buttonSubmitMedium, .buttonSubmitLarge {
		background-image: url(/HRSuite/images/BtnSubmitImage.gif);
}
.buttonApproveSmall, .buttonApproveMedium, .buttonApproveLarge {
		background-image: url(/HRSuite/images/BtnApproveImage.gif);
}
.buttonDenySmall, .buttonDenyMedium, .buttonDenyLarge {
		background-image: url(/HRSuite/images/BtnDenyImage.gif);
}
.buttonAdminSmall, .buttonAdminMedium, .buttonAdminLarge {
		background-image: url(/HRSuite/images/BtnAdminImage.gif);
}
.buttonAttachSmall, .buttonAttachMedium, .buttonAttachLarge {
		background-image: url(/HRSuite/images/BtnAttachImage.gif);
}


