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, .entry-content a.action-button { padding: 6px 18px; display: inline-block; border: 2px solid #4862ff; margin: 6px 0; font-size: 16px; color: #4862ff; font-weight: bold; text-transform: uppercase; text-decoration: none; }

.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; }

ul.ash-bullet { list-style: none; margin: 12px 0 0 0; padding: 0; xx-overflow: hidden; }
ul.ash-bullet li { list-style: none; padding: 0; margin: 0 0 3px 28px; text-indent: -28px; xx-overflow: hidden; }
div.ash-bullet:before, .ash-bullet li:before { content: ''; width: 22px; height: 22px; display: inline-block; vertical-align: middle; background: url(images/ash-bullet22x22.gif) center center no-repeat; margin-right: 6px; }
