@charset "utf-8";
/* CSS Document */

.ssbutton{
	background: #222 url(/images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
}
.dlbutton{
	background: #222 url(/images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
}
/* Sizes ---------- */
.sssmall.ssbuttom {
	font-size: 11px;
}
.ssmedium.ssbuttom {
	font-size: 13px;
}
.sslarge.ssbuttom {
	font-size: 14px;
	padding: 8px 14px 9px;
} 
/* Colors ---------- */
.ssblue.ssbuttom {
	background-color: #2daebf;
}
.ssred.ssbuttom {
	background-color: #e33100;
}
.ssmagenta.ssbuttom {
	background-color: #a9014b;
}
.ssorange.ssbuttom {
	background-color: #ff5c00;
}
.ssyellow.ssbuttom {
	background-color: #ffb515;
}