.oa-button {
	display: block;
	background: #f5dccc url("../images/oa-button-small.png") center center no-repeat;
	width: 180px;
	height: 103px;
	border: 1px solid #f26e1e;
	border-radius: 0.5rem;
	box-shadow: inset 0 1px 0 0 #AAA;
}
.oa-button:hover {
	border: 2px solid #f26e1e;
}
