/**
 * 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 2765 2006-01-01 21:15:45Z birdbrain $
 */

/* css buttons */
.cssButton, .cssButtonHover {
	color: #FFFFFF;
	background-color: #4c4b4b;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	height: 28px; 
	line-height: 20px; 
	text-align: center; 
	padding: 2px;  
	padding-left: 15px;  
	padding-right: 15px; 
/*	margin-right: 5px; */
}

.cssButtonHover {
	text-decoration: underline;
}

/*
input.cssButton, input.cssButtonHover {
	background-color: #4e7c7c;
	padding: 0px; 
	padding-left: 3px; 
	padding-right: 3px; 
	border: 0px;
}
*/

/* adding the styles below might be needed if the default button width is changed */

input.cssButton .button_buy_now, .button_in_cart {
	padding: 0px; 
	padding-left: 3px; 
	padding-right: 3px; 
	border: 0px;
	background-color: #aab961;
}

.button_update_cart {
	color: red;
}

.button_update_cartHover {
	color: black;
}

.button_create_account {
	margin-top: 10px;
}

.loginRight .inputLabel {
	width: 100px;
}

input.button_confirm_order {
	background-color: #d57b60;
	font-size: 11.5pt;
	height: 25px; 
	line-height: 25px; 
}

input.button_search {
	padding-top: 0px;
	background-color: #9aac4d;
	font-size: 0.9em;
	height: 18px;
	line-height: 1.1em;
	
}

