.T4610 .headline {
	font-size: 35px;
}

.T4610 .intro, .T4610 .text {
	font-size: 20px;
	line-height: 1.3;
}

.T4610 .button {
	display: inline-block;
    border: 2px solid #666182;
	background-color: #666182;
	color: #FFF;
	font-size: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    outline: 0px;
    padding: 8px 19px;
    text-decoration: none;
}


.T4610 .button:hover {
	background-color: #fff;
    color: #666182;
}