@charset "utf-8";

nav h3 {
	margin-bottom: 5px;
	padding: 3px;
	background: #f8f1e4;
	font-size: 18px;
}

.css_btn_class {
	font-size: 18px;
	font-weight: normal;
	margin: 0 5px 7px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d02718;
	padding: 9px 18px;
	text-decoration: none;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f24537), color-stop(100%, #c62d1f) );
	background: -moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	background: -ms-linear-gradient( top, #f24537 5%, #c62d1f 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color: #f24537;
	color: #fff;
	display: inline-block;
	text-shadow: 1px 1px 0px #810e05;
	-webkit-box-shadow: inset 1px 1px 0px 0px #f5978e;
	-moz-box-shadow: inset 1px 1px 0px 0px #f5978e;
	box-shadow: inset 1px 1px 0px 0px #f5978e;
}

.css_btn_class:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #c62d1f), color-stop(100%, #f24537) );
	background: -moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	background: -ms-linear-gradient( top, #c62d1f 5%, #f24537 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color: #c62d1f;
}

.css_btn_class:active {
	position: relative;
	top: 1px;
}