.awesome, awesome:visited {
	display: inline-block;
	padding: 6px 12px 6px;
	margin: 6px 6px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
	background-color: #222;
	background-image: url(images2/alert-overlay.png);
	background-repeat: repeat-x;
	}

.awesome:hover { background-color: #111; color: #fff; }
.awesome:active	{ top: 1px; }
.small.awesome, .small.awesome:visited 			{ font-size: 12px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited { font-size: 14px; padding: 8px 14px 9px; }

.small.awesome {font-size: 13px;}
.medium.awesome {font-size: 13px;}
.large.awesome {font-size: 14px; padding: 8px 14px 9px;}

/* Colors ---------- */
.red.awesome, .red.awesome:visited { color:#77baf7; background-color: #151c32;}
.red.awesome:hover {
	color:#fff;
	background-color: #133678;
	text-decoration: none;
}