a.css_btn_class, 
.css_btn_class {
	margin: 1px 2px 1px 2px;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background:-ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow: 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow: 1px 1px 0px 0px #97c4fe;
 	box-shadow: 1px 1px 0px 0px #97c4fe;
}.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	background:-ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
a.css_btn_class_sub,
.css_btn_class_sub {
    font-size:16px;
    font-family:Arial;
    font-weight:bold;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:1px solid #ff8c00;
    padding:9px 18px;
    text-decoration:none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff8c00), color-stop(100%, #d2691e) );
    background:-moz-linear-gradient( center top, #ff8c00 5%, #d2691e 100% );
    background:-ms-linear-gradient( top, #ff8c00 5%, #d2691e 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c00', endColorstr='#d2691e');
    background-color:#ff8c00;
    color:#ffffff;
    display:inline-block;
    text-shadow:1px 1px 0px #1570cd;
    -webkit-box-shadow: 1px 1px 0px 0px #97c4fe;
    -moz-box-shadow: 1px 1px 0px 0px #97c4fe;
    box-shadow: 1px 1px 0px 0px #97c4fe;
}.css_btn_class_sub:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #d2691e), color-stop(100%, #ff8c00) );
    background:-moz-linear-gradient( center top, #d2691e 5%, #ff8c00 100% );
    background:-ms-linear-gradient( top, #d2691e 5%, #ff8c00 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2691e', endColorstr='#ff8c00');
    background-color:#d2691e;
}.css_btn_class_sub:active {
    position:relative;
    top:1px;
}

.css_nbtn_class {
	margin: 4px 1px 4px 1px;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:9px 18px;
	text-decoration:none;
/*
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background:-ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
*/
	background-color:#fff;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow: 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow: 1px 1px 0px 0px #97c4fe;
 	box-shadow: 1px 1px 0px 0px #97c4fe;
}
