
.sdbutton 
{
	background-image: url('/img/bg/button-cap.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
	
	padding: 1px 0 1px 11px;
	display: block;
	
	color: #1c3456;
	font-weight: bold;
	
	/* Button should have no borders or text decoration */
	border: none;
	text-decoration: none;
	
	height: 3.0em;
	
	/* Common width for buttons, should be overridden for specific cases */
	width: 100px;
	
	margin: 0 auto;
}

/* For consistency we provide a wide button. Buttons will generally be one of these sizes. */
.wide.sdbutton
{
	width: 140px;
}

/* Occasionally we need a button without a margin. This class provides that. */
.nomargin.sdbutton
{
	margin: 0;
}

.sdbutton .inner
{
	background-image: url('/img/bg/button.png');
	background-repeat: no-repeat;
	background-position: right 50%;
	padding: 0 11px 0 0;
	line-height: 3.0em;
	display: block;
	text-align: center;
}

