/**
 * CSS Buttons Stylesheet
 *
 * Thanks to paulm for much of the content of the CSS buttons code
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_css_buttons.css 4387 2006-09-04 13:54:28Z drbyte $
 */

/* css buttons */
.cssButton, .cssButtonHover,.button_send {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top:2px;
	padding-bottom:6px;
	padding-left:30px;
	padding-right:30px;
	/*background-color: #5a9805;*/
	cursor: pointer;
	background-image: url(/includes/templates/nemesisrl/images/sf_bot.gif);
	background-repeat:no-repeat;
	color: #FFFFFF;
	border: none;
	background-position: center center;
	height: 20px;
	width: 128px;
	font-weight:bold;
}

.cssButtonHover {
	color: #FF0000;
	text-decoration: none;
}