button.notactive {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 18px;
	color: #ffffff;
	padding: 5px 20px;
	background: -moz-linear-gradient(
		top,
		#943634 0%,
		#943634);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#943634),
		to(#943634));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 0px solid #ffffff;
	-moz-box-shadow:
		1px 1px 5px rgba(150,150,150,1),
		inset 0px 0px 3px rgba(191,148,158,1);
	-webkit-box-shadow:
		1px 1px 5px rgba(150,150,150,1),
		inset 0px 0px 3px rgba(191,148,158,1);
	box-shadow:
		1px 1px 5px rgba(150,150,150,1),
		inset 0px 0px 3px rgba(191,148,158,1);
	text-shadow:
		0px -1px 0px rgba(191,148,158,0.1),
		0px 1px 0px rgba(191,148,158,1);
}

a.notactive:link, a.notactive:visited, a.notactive:active { 
	text-decoration: none;
	color: #ffffff;
}

a.notactive:hover { 
	text-decoration: none;
	color: #99A1A3;
}



button.active {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 18px;
	color: #ffffff;
	padding: 5px 20px;
	background: -moz-linear-gradient(
		top,
		#bf949e 0%,
		#bf949e);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#bf949e),
		to(#bf949e));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 0px solid #ffffff;
	-moz-box-shadow:
		1px 1px 5px rgba(150,150,150,1),
		inset 0px 0px 3px rgba(191,148,158,1);
	-webkit-box-shadow:
		1px 1px 5px rgba(150,150,150,1),
		inset 0px 0px 3px rgba(191,148,158,1);
	box-shadow:
		1px 1px 5px rgba(150,150,150,1),
		inset 0px 0px 3px rgba(191,148,158,1);
	text-shadow:
		0px -1px 0px rgba(148,54,52,0.1),
		0px 1px 0px rgba(148,54,52,1);
}