/* Reset ---------- */
html, body { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, img, small, strike, sub, sup, tt, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
ol, ul { list-style: none; }
button { padding:0; }

/* Page ---------- */
body { font-family: sans-serif; }
p { padding: 10px; }

/* Buttons ---------- */
.button {
	background: #222222 url("../images/overlay-button.png") repeat-x 0 0;
	display: inline-block;
	padding: 5px 15px 6px;
	color: #fff !important;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
	overflow: visible;
	width: auto;
}

.button: hover {
	background-color: #111;
	color: #fff;
}

.button: active {
	top: 1px;
}

.small.button {
	font-size: 11px;
}

.large.button {
	font-size: 14px;
	padding: 8px 19px 9px;
}

.green.button {
	background-color: #91bd09;
}

.green.button: hover {
	background-color: #749a02;
}

.blue.button {
	background-color: #2daebf;
}

.blue.button: hover {
	background-color: #007d9a;
}

.red.button {
	background-color: #e33100;
}

.red.button: hover {
	background-color: #872300;
}

.magenta.button {
	background-color: #a9014b;
}

.magenta.button: hover {
	background-color: #630030;
}

.orange.button {
	background-color: #ff5c00;
}

.orange.button: hover {
	background-color: #d45500;
}

.orangellow.button {
	background-color: #ffb515;
}

.orangellow.button:hover {
	background-color: #fc9200;
}

.white.button {
	background-color: #fff;
	color: #666 !important;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}

.white.button:hover {
	background-color: #eee;
}

.secondary.button {
	background-color: #ccc;
	color: #555 !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

.secondary.button: hover {
	background-color: #bbb;
	color: #444 !important;
}

.super.button {
	background-image: url("../images/super-button-overlay.png");
	font-size: 13px;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, .25);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.super.button span {
	display: block;
	padding: 4px 15px 6px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	border-top: 1px solid rgba(255, 255, 255, .2);
	line-height: 1;
}

.small.super.button {
	font-size: 11px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.small.super.button span {
	padding: 2px 12px 6px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}

.small.white.super.button span {
	padding: 3px 12px 5px;
}

.large.super.button {
	background-position: left bottom;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.large.super.button span {
	font-size: 14px;
	padding: 7px 20px 9px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
}
/* End Buttons */