
.btn_gedit {
	background: url(img/application-edit-icon.png)  no-repeat;
	height: 20px;
	width: 20px;
	border: solid;
	border-width: 1px;
	border-color: white;
	margin-bottom: 1px;
	cursor:pointer;
	}

.btn_gdelete {
	background: url(img/application-form-delete-icon.png)  no-repeat;
	height: 20px;
	width: 20px;
	border: solid;
	border-width: 1px;
	border-color: white;
	margin-bottom: 1px;
	cursor:pointer;
}

.btn_gselect {
	background: url(img/application-form-magnify-icon.png)  no-repeat;
	height: 20px;
	width: 20px;
	border: solid;
	border-width: 1px;
	border-color: white;
	margin-bottom: 1px;
	cursor:pointer;
}

.btn_gsave {
	background: url(img/bullet-disk-icon.png)  no-repeat;
	height: 20px;
	width: 20px;
	border: solid;
	border-width: 1px;
	border-color: white;
	margin-bottom: 1px;
	cursor:pointer;
}
