.buttonOK
{
	border: 0px; 
	width: 99px; 
	height: 22px; 
	FONT-FAMILY: Arial, Verdana; 
	TEXT-ALIGN: center;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../Img/buttonOK.gif);
	padding-top: 2px;
	display: block;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-left: 3px;
}

.buttonCancel
{
	border: 0px; 
	WIDTH: 99px; 
	height: 22px; 
	FONT-FAMILY: Arial, Verdana; 
	TEXT-ALIGN: center;
	padding-top: 3px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../Img/buttonCancel.gif);
	display: block;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-left: 3px;
}

