/* CSS Document */

.form .awesome, .form .awesome:visited {
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border:none;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	background-color: #222;
	background-image: url(../images/alert-overlay.png);
	background-repeat: repeat-x;
	width: auto;
	min-width:120px;
}

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

.form .green.awesome, .form .green.awesome:visited { background-color: #91bd09; }
.form .green.awesome:hover { background-color: #749a02; }
.form .blue.awesome, .form .blue.awesome:visited { background-color: #00B3FF; }
.form .blue.awesome:hover { background-color: #0792cd; }
.form .red.awesome, .form .red.awesome:visited { background-color: #b50916; }
.form .red.awesome:hover { background-color: #84141d; }
.form .magenta.awesome, .form .magenta.awesome:visited { background-color: #a9014b; }
.form .magenta.awesome:hover { background-color: #630030; }
.form .orange.awesome, .form .orange.awesome:visited { background-color: #ff5c00; }
.form .orange.awesome:hover { background-color: #d45500; }
.form .yellow.awesome, .form .yellow.awesome:visited { background-color: #ffb515; }
.form .yellow.awesome:hover { background-color: #fc9200; }
