.widget_call-to-action a.cta-button {
	position: absolute;
	top: 50%;
	right: 25px;
	
	display: block;
	margin-top: -20px;
}

.widget_call-to-action {
	position: relative;
	
	background: #f4f4f3 url(bg.png) repeat;
	border-left: 3px solid #707070;
	padding: 25px;
}

.widget_call-to-action .cta-headline {
	font-size: 23px;
	margin-bottom: 10px;
}

.widget_call-to-action .cta-sub-text {
	font-size: 15px;
	margin: 0;
}