@charset "utf-8";
/* CSS Document */


.button1 {
	float: left;
	width: 130px;
	background-color: #ab0300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
	padding: 10px 0px;
	background: -moz-linear-gradient(
		top,
		#e30000 0%,
		#2e0000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#e30000),
		to(#2e0000));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #9c0015;
	-moz-box-shadow:
		7px 7px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		7px 7px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		7px 7px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
.button1:hover {
	background-color: #ff0000;
	background: -moz-linear-gradient(
		top,
		#ff0000 0%,
		#4d2121);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ff0000),
		to(#4d2121));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #1c0000;
}
.button2 {
	float: left;
	width: 340px;
	background-color: #6b3c03;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#e3ac54 0%,
		#6b3c03);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#e3ac54),
		to(#6b3c03));
	
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #9c6522;
	-moz-box-shadow:
		7px 7px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		7px 7px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		7px 7px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
.button2:hover {
	background-color: #b36302;
	background: -moz-linear-gradient(
		top,
		#fac15f 0%,
		#b36302);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fac15f),
		to(#b36302));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #808080;
	
}

.button3 {
	float: left;
	width: 130px;
	background-color: #011d47;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
	padding: 10px 0px;
	background: -moz-linear-gradient(
		top,
		#007fe0 0%,
		#011d47);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#007fe0),
		to(#011d47));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #00327d;
	-moz-box-shadow:
		7px 7px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		7px 7px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		7px 7px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
.button3:hover {
	background-color: #0044ab;
	background: -moz-linear-gradient(
		top,
		#199bff 0%,
		#0044ab);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#199bff),
		to(#0044ab));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #808080;
	
}

.button4 {
	float: left;
	width: 300px;
	background-color: #8f2100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #ffffff;
	padding: 10px 0px;
	background: -moz-linear-gradient(
		top,
		#b37f17 0%,
		#ffc821 25%,
		#8f2100);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#b37f17),
		color-stop(0.25, #ffc821),
		to(#8f2100));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ad6c2b;
	-moz-box-shadow:
		7px 7px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		7px 7px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		7px 7px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

.button4:hover {
	background-color: #ff3c00;
	background: -moz-linear-gradient(
		top,
		#f0b43c 0%,
		#ffc821 25%,
		#ff3c00);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f0b43c),
		color-stop(0.25, #ffc821),
		to(#ff3c00));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #808080;
	
}
.button5 {
	float: left;
	width: 300px;
	background-color: #8f2100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #ffffff;
	padding: 10px 0px;
	background: -moz-linear-gradient(
		top,
		#b37f17 0%,
		#ffc821 25%,
		#8f2100);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#b37f17),
		color-stop(0.25, #ffc821),
		to(#8f2100));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ad6c2b;
	-moz-box-shadow:
		7px 7px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		7px 7px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		7px 7px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

.button5:hover {
	background-color: #ff3c00;
	background: -moz-linear-gradient(
		top,
		#f0b43c 0%,
		#ffc821 25%,
		#ff3c00);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f0b43c),
		color-stop(0.25, #ffc821),
		to(#ff3c00));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #808080;
	
}
.button6 {
	float: left;
	width: 340px;
	background-color: #ab0300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#e30000 0%,
		#2e0000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#e30000),
		to(#2e0000));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #9c0015;
	-moz-box-shadow:
		7px 7px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		7px 7px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		7px 7px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
.button6:hover {
	background-color: #ff0000;
	background: -moz-linear-gradient(
		top,
		#ff0000 0%,
		#4d2121);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ff0000),
		to(#4d2121));
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #1c0000;
}