@charset "utf-8";
.botan{text-align: center;
margin:30px;}
button.css3button {
	width: 70%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #951f2f;
	padding: 40px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #951f2f;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
}
@media only screen and (max-width : 980px) {
	button.css3button {	width: 100%;}
}
@media only screen and (max-width : 640px) {
	button.css3button {	width: 100%;}
}
@media only screen and (max-width : 480px) {
	button.css3button {	width: 100%;}
}
@media only screen and (max-width : 320px){
button.css3button {	width: 100%;}
}