.buttonimage
{  
	overflow: visible;
	background-color: #D5D9DB;
	border-width: 1px;
	font-family: Arial, Geneva, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #565656;
	padding: 3px;
	padding-left: 18px;
	!padding-left: 20px;
	margin: 3px;
	background-repeat: no-repeat;
	background-position: 2px 50%;
}

.buttonsquare
{  
	overflow: visible;
	background-color: #D5D9DB;
	border-width: 1px;
	font-family: Arial, Geneva, Helvetica;
	font-size: 0.11px;
	font-weight: bold;
	color: #565656;
	width: 23px;
	height: 23px;
	padding:0px;
	margin: 3px;
	background-repeat: no-repeat;
	background-position: 2px 50%;
}

.buttonimage:hover, .buttonsquare:hover
{
	background-color: #E9F5F8;
}

.buttonclose { 
	background-image:url("/ico/cross.png");
}

.buttonsubmit { 
	background-image:url("/ico/tick.png");
}

.buttonrefresh { 
	background-image:url("/ico/arrow_refresh.png");
}