@CHARSET "UTF-8";

.content a.btn, .content input.btn {
	display: inline-block;
	margin: 0 10px 9px 0;
}


.content .large.btn {
	font-size: 14px;
	padding: 8px 19px 9px;
}

.btn {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	background: #222222 url(/media/img/assets/button.shade.png) repeat-x scroll 0 0;
	background-color:#00abcc;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	color: #FFFFFF !important;
	cursor: pointer;
	display: inline-block;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	overflow: visible;
	padding: 3px 10px 2px 10px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	width: auto;
	text-transform: uppercase;
}

a.btn:hover, .content input.btn:hover {
	background-color: #00788f;
	}