.itemPriperties	{ width: 24px; height: 24px; display: inline-block; float: right; margin-top: 4px; }

.newItem:hover .itemPriperties { background: url("/res/maps/images/properties.png"); }

.newItem:hover .itemPriperties:hover { background: url("/res/maps/images/properties_hover.png"); }

.editPoint, .deletePoint  {
	
	width: 20px;
	height: 18px;
	display: inline-block;
	background: url("/res/maps/images/edit.png");
	margin: 0 0 0 5px;
	
}

.deletePoint {
	
	background: url("/res/maps/images/delete.png"); 
	width: 18px;
	margin: 0 5px;
	 
}

#menuItems_new li a { padding-right: 0; }

#google_tools_panel .mwInput.Button input { font-size: 15px; }