.awesome,
.awesome:visited {
  border: 1px solid #222;
	border-radius: 9px;
	-moz-border-radius: 9px; 
	-webkit-border-radius: 9px;
	margin: 0;
  text-shadow: #555 -1px -1px 1px;
	white-space: nowrap;
	width: auto;
	color: #fff;
}

.awesome:hover {
  border: 1px solid #222;
	text-decoration:none;
}
.awesome:active {
    top: 1px;
}
.disabled.awesome {
    background-color: #eee;
    cursor:default;
	/* TODO: Add opacity support for the all the browsers. */
    opacity:0.6;
}
.disabled.awesome:active {
	top: 0;
}
.small.awesome,
.small.awesome:visited {
	font-size: 11px;
}
.medium.awesome,
.medium.awesome:visited {
	font-size: 13px;
	font-weight: bold;
}
.large.awesome,
.large.awesome:visited {
	font-size: 19px;
	padding: 6px 22px 7px;
}

.blue.awesome,
.blue.awesome:visited {
	background: url(images/large-button-overlay.png) repeat-x scroll 0 0 #065f93;

	color: #fff;
}
.blue.awesome:hover {
	background-color: #016db9;
}

.gray.awesome,
.gray.awesome:visited {
	background: url(images/large-button-overlay-inverted.png) repeat-x scroll 0 0 #fff;
    border-color: #bbb;
    color: #555;
}
.gray.awesome:hover {
	background-color: #eee;
	color: #333;
}

.green.awesome,
.green.awesome:visited {
	background: url(images/large-button-overlay.png) repeat-x scroll 0 0 #60A015;
    border-color: #60A015;
	color: #fff;
}
.green.awesome:hover {
	background-color: #4c8600;
	color: #fff;
}

.orange.awesome,
.orange.awesome:visited {
	background: url(images/large-button-overlay.png) repeat-x scroll 0 0 #cd8e12;
	border-color: #af7a11;
	color: #fff;
}
.orange.awesome:hover {
	background-color: #e69f13;
	color: #fff;
}




.form-submit,
.form-submit:visited {
  border: 1px solid #222;
	border-radius: 9px;
	-moz-border-radius: 9px; 
	-webkit-border-radius: 9px;
	margin: 0;
  text-shadow: #555 -1px -1px 1px;
	white-space: nowrap;
	width: auto;
	background: url(images/large-button-overlay.png) repeat-x scroll 0 0 #065f93;
  border-color: #065f93;
	color: #fff;
  font-size: 19px;
	padding: 6px 22px 7px;
}

.form-submit:hover {
	text-decoration:none;
	background-color: #016db9;
}
.form-submit:active {
    top: 1px;
}

