/**** Buttons *****/
button.button {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	
	background:url("../i/overlay-button.png") repeat-x scroll 0 0 #222222;
	border-bottom-color: #BFBFBF;
	border-bottom:1px solid rgba(0, 0, 0, 0.25);
	color:#FFFFFF !important;
	cursor:pointer;
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	line-height:1;
	overflow:visible;
	padding:5px 15px 6px;
	position:relative;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	width:auto;
}

button.super {
	background-image:url("../i/super-button-overlay.png") !important;
	-background-image: none;
	border-color: #BFBFBF;
	border:1px solid rgba(0, 0, 0, 0.25);
}

button.large {
	font-size:14px !important;
}

button.red {background-color:#E33100;}
button.red:hover, button.red:focus {background-color:#941F00;}

button.blue {background-color:#076390;}
button.blue:hover, button.blue:focus {background-color:#02405D;}

button.green {background-color:#6ECE00;}
button.green:hover, button.green:focus {background-color:#488600;}

button.yellow {background-color:#E39100;}
button.yellow:hover, button.yellow:focus {background-color:#945E00;}

button.orange {background-color:#FFAA22; color:#333333!important; text-shadow: 0 1px 0 #FFEE66 !important;}
button.orange:hover, button.orange:focus {background-color:#FFCC66; } 