/* awesome button */
.awesome, .awesome:visited {
	font-family:Arial,Helvetica,serif;
	background: #222 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	cursor: pointer;
	text-decoration:none;
}

.awesome:hover					{ background-color: #111; color: #fff; }
.awesome:active					{ top: 1px; }
.awesome, .awesome:visited,
.small.awesome, .small.awesome:visited	{ font-size: 12px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.medium.awesome, .medium.awesome:visited	{ font-size: 14px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited	{ font-size: 18px; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.huge.awesome, .huge.awesome:visited	{ font-size: 30px; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
/* .orange.awesome, .orange.awesome:visited	{ background-color: #ff5c00; } */
.orange.awesome, .orange.awesome:visited	{ background-color: #f5891e; }
.orange.awesome:hover	{ background-color: #d45500; }
a.cute.awesome {text-decoration:none;color:#fff;padding:4px 2px;}
a.cute.awesome:hover	{ text-decoration:none;color: #fff; }
a.small.awesome,
a.small.awesome:hover	{ text-decoration:none;color: #fff; }


/* TODO: check small button in IE */
* html .awesome 									{ font-family:Arial,Helvetica,Tahoma,Serif; padding: 5px 10px}
* html .orange.awesome:hover			{ color: #fff; text-decoration:none; }
* html .orange.awesome,
* html .orange.awesome:visited		{ background-color: #FF4500; }
* html .small.awesome,
* html .small.awesome:visited			{ font-size: normal; font-weight: bold; line-height: 1; border-color:#D5BD98 #935E0D #935E0D #D5BD98; border-style:solid; border-width:1px;}
* html a.small.awesome,
* html a.small.awesome:visited,
* html a.small.awesome:hover			{ text-decoration:none;color: #fff; padding: 5px 10px}
* html a.cute.awesome,
* html a.cute.awesome:visited,
* html a.cute.awesome:hover		{padding:4px 2px;}



