a.button {
	text-decoration: none;
	background: #9bc345 url(images/button-bg400x32.jpg) left bottom no-repeat;
	border-radius: 3px;
	/* box-shadow: 0 2px 0 #aaa; */
	color: #ffffff;
	display: inline-block;
	font-weight: normal;
	padding: 5px 10px;
	margin: 10px 0;
	/* text-shadow: 0 1px 0 #eee; */
}

a.button:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.action-button:before {
        content: "";
        display: inline-block;
        background: url(images/action-button-sprite34x62.gif) 0 0 no-repeat;
        height: 31px;
        width: 34px;
        vertical-align: middle;
        margin-right: 6px;
}
a.action-button:hover:before { background-position: 0 -31px; }

.callout {
	border: #f8e36b solid 1px;
	margin: 1em;
	padding: 1em 1em 0.5em;
}

.callout p {
	margin: 0 0 0.5em;
}

.intro { color: #5b6175; font-size: 16px; line-height: 24px; }
