.button_type02 {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #858585), color-stop(1, #171717));
	background:-moz-linear-gradient(top, #858585 5%, #171717 100%);
	background:-webkit-linear-gradient(top, #858585 5%, #171717 100%);
	background:-o-linear-gradient(top, #858585 5%, #171717 100%);
	background:-ms-linear-gradient(top, #858585 5%, #171717 100%);
	background:linear-gradient(to bottom, #858585 5%, #171717 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#858585', endColorstr='#171717',GradientType=0);
	background-color:#858585;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#ebebeb;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	width: 100px;
	padding:30px 20px;
	text-align:center;
}
.button_type02:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #171717), color-stop(1, #858585));
	background:-moz-linear-gradient(top, #171717 5%, #858585 100%);
	background:-webkit-linear-gradient(top, #171717 5%, #858585 100%);
	background:-o-linear-gradient(top, #171717 5%, #858585 100%);
	background:-ms-linear-gradient(top, #171717 5%, #858585 100%);
	background:linear-gradient(to bottom, #171717 5%, #858585 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#858585',GradientType=0);
	background-color:#171717;
}
.button_type02:active {
	position:relative;
	top:1px;
}
