.quickflip-wrapper {
	width: 312px; height: 189px; text-align: center; margin-left: 10px; float: right; position: relative;
}
#flipbox {
	width: 500px; height: 200px; text-align: center; color: rgb(255, 255, 255); line-height: 200px; font-family: "ChunkFive Regular", Tahoma, Helvetica; font-size: 2.5em; background-color: rgb(255, 144, 0);
}
.quickflip-wrapper .front-panel {
	background: url("cardback.jpg") no-repeat 0px 0px rgb(255, 255, 255); left: 0px; top: 0px; width: 312px; height: 189px; position: absolute;
}
.quickflip-wrapper .back-panel {
	background: url("cardback.jpg") no-repeat 0px 0px rgb(255, 255, 255); left: 0px; top: 0px; width: 312px; height: 189px; position: absolute;
}
.quickflip-wrapper .front-panel {
	z-index: 10;
}
.quickflip-wrapper .back-panel {
	background-position: -320px 0px;
}
.quickflip-wrapper .inner-panel {
	padding: 15px 30px;
}
div#content .quickflip-wrapper h3 {
	text-align: left; font-size: 24px;
}
.quickflip-wrapper .panel-content {
	text-align: left;
}
.quickflip-wrapper .quickFlipCta {
	cursor: pointer;
}
.quickflip-wrapper a.quickFlipCta {
	left: 30px; width: 252px; bottom: 30px; display: block; position: absolute;
}
.quickflip-wrapper .front-panel a.quickFlipCta {
	color: rgb(156, 47, 35);
}
.quickflip-wrapper .back-panel a.quickFlipCta {
	color: rgb(255, 255, 255);
}
#content .quickflip-wrapper a.quickFlipCta:hover {
	text-decoration: underline;
}
#matched {
	border: 3px solid yellow; border-image: none;
}
.matched {
	border: 3px solid yellow; border-image: none;
}
