.css_btn_class {
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	padding:4px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(39%, #f9f9f9), color-stop(66%, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 39%, #e9e9e9 66% );
	background:-ms-linear-gradient( top, #f9f9f9 39%, #e9e9e9 66% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	color:#666666;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow: 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow: 1px 1px 0px 0px #ffffff;
 	box-shadow: 1px 1px 0px 0px #ffffff;
}.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(39%, #e9e9e9), color-stop(66%, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 39%, #f9f9f9 66% );
	background:-ms-linear-gradient( top, #e9e9e9 39%, #f9f9f9 66% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
