.bttnWhite {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #c9c9c9;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.bttnWhite:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.bttnWhite:active {
	position:relative;
	top:1px;
}


.bttnGreen {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b0e041), color-stop(1, #97c42d));
	background:-moz-linear-gradient(top, #b0e041 5%, #97c42d 100%);
	background:-webkit-linear-gradient(top, #b0e041 5%, #97c42d 100%);
	background:-o-linear-gradient(top, #b0e041 5%, #97c42d 100%);
	background:-ms-linear-gradient(top, #b0e041 5%, #97c42d 100%);
	background:linear-gradient(to bottom, #b0e041 5%, #97c42d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0e041', endColorstr='#97c42d',GradientType=0);
	background-color:#b0e041;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #83c41a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:7px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #86ae47;
}
.bttnGreen:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #97c42d), color-stop(1, #b0e041));
	background:-moz-linear-gradient(top, #97c42d 5%, #b0e041 100%);
	background:-webkit-linear-gradient(top, #97c42d 5%, #b0e041 100%);
	background:-o-linear-gradient(top, #97c42d 5%, #b0e041 100%);
	background:-ms-linear-gradient(top, #97c42d 5%, #b0e041 100%);
	background:linear-gradient(to bottom, #97c42d 5%, #b0e041 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#97c42d', endColorstr='#b0e041',GradientType=0);
	background-color:#97c42d;
}
.bttnGreen:active {
	position:relative;
	top:1px;
}


.bttnGreenS {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9dd41e), color-stop(1, #93c420));
	background:-moz-linear-gradient(top, #9dd41e 5%, #93c420 100%);
	background:-webkit-linear-gradient(top, #9dd41e 5%, #93c420 100%);
	background:-o-linear-gradient(top, #9dd41e 5%, #93c420 100%);
	background:-ms-linear-gradient(top, #9dd41e 5%, #93c420 100%);
	background:linear-gradient(to bottom, #9dd41e 5%, #93c420 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dd41e', endColorstr='#93c420',GradientType=0);
	background-color:#9dd41e;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:5px 18px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.bttnGreenS:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #93c420), color-stop(1, #9dd41e));
	background:-moz-linear-gradient(top, #93c420 5%, #9dd41e 100%);
	background:-webkit-linear-gradient(top, #93c420 5%, #9dd41e 100%);
	background:-o-linear-gradient(top, #93c420 5%, #9dd41e 100%);
	background:-ms-linear-gradient(top, #93c420 5%, #9dd41e 100%);
	background:linear-gradient(to bottom, #93c420 5%, #9dd41e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#93c420', endColorstr='#9dd41e',GradientType=0);
	background-color:#93c420;
}
.bttnGreenS:active {
	position:relative;
	top:1px;
}



.bttnRed {
	-moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d));
	background:-moz-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-webkit-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-o-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:-ms-linear-gradient(top, #fc8d83 5%, #e4685d 100%);
	background:linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d',GradientType=0);
	background-color:#fc8d83;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.bttnRed:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83));
	background:-moz-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-webkit-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-o-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:-ms-linear-gradient(top, #e4685d 5%, #fc8d83 100%);
	background:linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83',GradientType=0);
	background-color:#e4685d;
}
.bttnRed:active {
	position:relative;
	top:1px;
}



















/*-------------------- Button Small --------------------*/
.bttnsWhite {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #c4c4c4;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 13px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.bttnsWhite:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.bttnsWhite:active {
	position:relative;
	top:1px;
}
