/** Btn 1 **/
.btn1 {
	background-color:#83c41a;	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5c939), color-stop(1, #5b9a42) );
	background:-moz-linear-gradient( center top, #a5c939 5%, #5b9a42 100% );

	/**
	box-shadow:inset 0px 1px 0px 0px #254117;
	-moz-box-shadow:inset 0px 1px 0px 0px #254117;
	-webkit-box-shadow:inset 0px 1px 0px 0px #254117;
	**/
	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5c939', endColorstr='#5b9a42');
	
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;	
	border-bottom-left-radius:20px;
	
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Comic Sans MS;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
		
}
.btn1:hover {
	background-color:#008080;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #008080), color-stop(1, #43bfc7) );
	background:-moz-linear-gradient( center top, #008080 5%, #43bfc7 100% );
	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#008080', endColorstr='#43bfc7');
	
}.btn1:active {
	position:relative;
	top:1px;
}


/** Btn 1 **/
.btn2 {
	background-color:#43bfc7;	
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #43bfc7), color-stop(1, #4c787e) );
	background:-moz-linear-gradient( center top, #43bfc7 5%, #4c787e 100% );
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#43bfc7', endColorstr='#4c787e');
	
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Comic Sans MS;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
}
.btn2:hover {
	background-color:#8cb82b;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	
}.btn2:active {
	position:relative;
	top:1px;
}

/** Btn 3 **/
.btn3 {
	background-color:#9dce2c;	
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Comic Sans MS;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
}
.btn3:hover {
	background-color:#8cb82b;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	
}.btn3:active {
	position:relative;
	top:1px;
}
