.Sharp {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:600;
	color: #FFFFFF;
	/*background-image: -moz-linear-gradient(top, #E70809, #AD0000);
	background-image: -o-linear-gradient(top, #E70809, #AD0000);
	background-image: -webkit-linear-gradient(#E70809, #AD0000);
	background-image: -webkit-gradient(linear,left top, left bottom, color-stop(0, #E70809), color-stop(1, #AD0000));
	background-image: linear-gradient(top, #E70809, #AD0000);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#E70809', EndColorStr='#AD0000', GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#E70809', EndColorStr='#AD0000', GradientType=0);*/
	background-image: -moz-linear-gradient(top, #01e6c8, #00b19a);
	background-image: -o-linear-gradient(top, #01e6c8, #00b19a);
	background-image: -webkit-linear-gradient(#01e6c8, #00b19a);
	background-image: -webkit-gradient(linear,left top, left bottom, color-stop(0, #01e6c8), color-stop(1, #00b19a));
	background-image: linear-gradient(top, #01e6c8, #00b19a);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#01e6c8', EndColorStr='#00b19a', GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#01e6c8', EndColorStr='#00b19a', GradientType=0);
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 0px #000000;
	-webkit-box-shadow: 1px 1px 0px #000000;
	box-shadow: 1px 1px 0px #000000;
	behavior: url(ie-css3.htc);
	margin-bottom:2px;
}
.Sharp:hover {
	/*background-image: -moz-linear-gradient(top, #7E0000, #590000);
	background-image: -o-linear-gradient(top, #7E0000, #590000);
	background-image: -webkit-linear-gradient(#7E0000, #590000);
	background-image: -webkit-gradient(linear,left top, left bottom, color-stop(0, #7E0000), color-stop(1, #590000));
	background-image: linear-gradient(top, #7E0000, #590000);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7E0000', EndColorStr='#590000', GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7E0000', EndColorStr='#590000', GradientType=0);*/
	background-image: -moz-linear-gradient(top, #00b19a, #017e6e);
	background-image: -o-linear-gradient(top, #00b19a, #017e6e);
	background-image: -webkit-linear-gradient(#00b19a, #017e6e);
	background-image: -webkit-gradient(linear,left top, left bottom, color-stop(0, #00b19a), color-stop(1, #017e6e));
	background-image: linear-gradient(top, #00b19a, #017e6e);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#00b19a', EndColorStr='#017e6e', GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#00b19a', EndColorStr='#017e6e', GradientType=0);
}

.over {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:600;
	color: #FFFFFF;
	background-image: -moz-linear-gradient(top, #017e6e, #016659);
	background-image: -o-linear-gradient(top, #017e6e, #016659);
	background-image: -webkit-linear-gradient(#017e6e, #016659);
	background-image: -webkit-gradient(linear,left top, left bottom, color-stop(0, #017e6e), color-stop(1, #016659));
	background-image: linear-gradient(top, #017e6e, #016659);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#017e6e', EndColorStr='#016659', GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#017e6e', EndColorStr='#016659', GradientType=0);
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 0px #000000;
	-webkit-box-shadow: 1px 1px 0px #000000;
	box-shadow: 1px 1px 0px #000000;
	behavior: url(ie-css3.htc);
	margin-bottom:2px;
}