.rounded-Button, .rounded-Button:visited
{
	background: #222 url(../images/button-overlay.png) repeat-x;
	display: inline-block;
	padding: 6px 10px 6px;		/* top left&right bottom */
	margin:10px 10px 10px;
	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 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);
	position: relative;
	cursor: pointer;
}

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

{
	/* Colored Buttons */

	.green.rounded-Button, .green.rounded-Button:visited		{ background-color: #91bd09; }
	.green.rounded-Button:hover						{ background-color: #749a02; }

	.blue.rounded-Button, .blue.rounded-Button:visited		{ background-color: #2daebf; }
	.blue.rounded-Button:hover							{ background-color: #007d9a; }

	.red.rounded-Button, .red.rounded-Button:visited			{ background-color: #e33100; }
	.red.rounded-Button:hover							{ background-color: #872300; }

	.magenta.rounded-Button, .magenta.rounded-Button:visited		{ background-color: #a9014b; }
	.magenta.rounded-Button:hover							{ background-color: #630030; }

	.orange.rounded-Button, .orange.rounded-Button:visited		{ background-color: #ff5c00; }
	.orange.rounded-Button:hover							{ background-color: #d45500; }

	.yellow.rounded-Button, .yellow.rounded-Button:visited		{ background-color: #ffb515; }
	.yellow.rounded-Button:hover
}
