.btn-select {
	background:url(/includes/images/site/btn-select.gif) top left no-repeat; /* adjust url as required */
	display: block;
	width: 103px;
	height : 48px; 
	text-indent: -9999px;
}

.btnPopCancel {
	display: block;
	width: 94px;
	height: 48px;
	background: transparent url(/includes/images/site/btn-cancel.gif) top left no-repeat;
	float: left;
	text-indent: -9999px;
	margin-right: 5px;
}

.btnPopNext {
	display: block;
	width: 94px;
	height: 48px;
	background: transparent url(/includes/images/site/btn-next.gif) top left no-repeat;
	float: left;
	text-indent: -9999px;
}

.btn-modify {
	background:url(/includes/images/site/btn-modify.gif) top left no-repeat; /* adjust url as required */
	display: block;
	width: 58px;
	height : 27px; 
	text-indent: -9999px;
	float: left; 
	margin-top : -4px;
	clear: both;
	margin-top: 5px;
}


input.submit {
	display: block;
	width: 96px;
	height: 48px;
	border: 0;
	padding: 0;
	margin: 0 0 0 212px;
	background: #fff url(/includes/images/site/btn-send-en.gif) top left no-repeat;
	cursor: pointer;
}