/**
This file is part of GoogleMap PRO.

GoogleMap PRO is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

GoogleMap PRO is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GoogleMap PRO.  If not, see <http://www.gnu.org/licenses/>.
 **/
 
#googlecontainer ul#tabs li.resetmap a{
	background: url(../../images/buttons/green/bg_reset_map.gif) no-repeat !important;
}	
 
#googlecontainer .searchDestinations .btnOptions, #googlecontainer .findAddress .btnOptions {
	background: url(../../images/buttons/green/btn_searchDestinations.gif) no-repeat;
}

#googlecontainer .routeplanning .btnOptions {
	background: url(../../images/buttons/green/btn_routeplanning.gif) no-repeat;
}

#forms .btnFormsAddDest {
	background: url(../../images/buttons/green/btn_addDestination.gif) no-repeat;
}

#forms .btnFormsAddPolygon {
	background: url(../../images/buttons/green/btn_addPolygon.gif) no-repeat;
}

#forms .btnFormsGotoPaypal {
	background: url(../../images/buttons/green/btn_gotoPaypal.gif) no-repeat;
}

#forms .btnFormsAddComment {
	background: url(../../images/buttons/green/btn_addComment.gif) no-repeat;
}

#forms .btnAddCommentDest {
	background: url(../../images/buttons/green/btn_addCommentDest.gif) no-repeat;
}

#forms .btnFormsEditDest {
	background: url(../../images/buttons/green/btn_editDestination.gif) no-repeat;
}

#forms .btnFormsEditPolygon {
	background: url(../../images/buttons/green/btn_editPolygon.gif) no-repeat;
}
