﻿input.SaveButton
{
    background: transparent url("../Images/Buttons/save_.gif" ) no-repeat;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 58px;
    height: 19px;
    border: none;
    margin: 0px 1px 5px 0px;
}

input.AddButton
{
    background: transparent url("../Images/Buttons/add_.gif" ) no-repeat;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 54px;
    height: 19px;
    border: none;
    margin: 0px 1px 5px 0px;
}

input.DeleteButton
{
    background: transparent url("../Images/Buttons/delete_.gif" ) no-repeat;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 63px;
    height: 19px;
    border: none;
    margin: 0px 1px 5px 0px;
}

input.SignIn
{
	background: transparent url("../Images/Buttons/signin_.gif" ) no-repeat;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 97px;
    height: 19px;
    border: none;
    margin: 0px 1px 5px 0px;
}

input.BackButton
{
    background: transparent url("../Images/Buttons/back_.gif" ) no-repeat;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 55px;
    height: 19px;
    border: none;
    margin: 0px 1px 5px 0px;
}

input.SmallForwardButton
{
	background: transparent url("../Images/Buttons/forwardarrow.gif" ) no-repeat;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 27px;
	height: 19px;
	margin: 0px 0px 0px 0px;
	border:0px;
}

input.SmallBackButton
{
	background: transparent url("../Images/Buttons/backarrow.gif" ) no-repeat;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 27px;
	height: 19px;
	border:0px;
	margin: 0px 0px 0px 0px;
}

input.SmallRefreshButton
{
    background: transparent url("../Images/Buttons/refresh.gif" ) no-repeat;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 27px;
    height: 19px;
    border: none;
    margin: 0px 0px 0px 0px;
}

input.RequestPasswordButton
{
	background: transparent url("../Images/Buttons/requestpassword.gif" ) no-repeat;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 103px;
	height: 19px;
	border:0px;
	margin: 0px 0px 0px 0px;
}

input.CancelButton
{
    background: transparent url("../Images/Buttons/cancel_.gif" ) no-repeat;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 62px;
    height: 19px;
    border: none;
    margin: 0px 1px 5px 0px;
}

input.SendMessageButton
{
	background: transparent url(  "../Images/Buttons/sendmessage.gif" ) no-repeat;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 94px;
	height: 19px;
	border:0px;
	margin: 0px 0px 0px 0px;
}

input.CloseWindowButton
{
	background: transparent url(  "../Images/Buttons/closewindow.gif" ) no-repeat;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 97px;
	height: 19px;
	border:0px;
	margin: 0px 0px 0px 0px;
}

input.PostTimesheetButton
{
	background: transparent url(  "../Images/Buttons/posttimesheet.gif" ) no-repeat;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 103px;
	height: 19px;
	border:0px;
	margin: 0px 1px 5px 0px;
}

input.ClockNowButton
{
	background: transparent url(  "../Images/Buttons/clocknow.gif" ) no-repeat;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 85px;
	height: 19px;
	border:0px;
	margin: 0px 1px 5px 0px;
}

input.SumbitLeaveButton
{
	background: transparent url(  "../Images/Buttons/submitleave.gif" ) no-repeat;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 92px;
	height: 19px;
	border:0px;
	margin: 0px 1px 5px 0px;
}

input.WizardPreviousButton
{
	background: transparent url(  "../Images/Buttons/wizardprevious.gif" ) no-repeat;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 52px;
	height: 19px;
    margin: 0px 1px 5px 0px;
	border:0px;
}

input.WizardNextButton
{
	background: transparent url(  "../Images/Buttons/wizardnext.gif" ) no-repeat;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 52px;
	height: 19px;
    margin: 0px 1px 5px 0px;
	border:0px;
}

input.YesButton
{
    background: transparent url("../Images/Buttons/yes.gif" ) no-repeat;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 56px;
    height: 19px;
	border:0px;
    margin: 0px 1px 5px 0px;
}

input.NoButton
{
    background: transparent url("../Images/Buttons/no.gif" ) no-repeat;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 56px;
    height: 19px;
	border:0px;
    margin: 0px 1px 5px 0px;
}
