.content_new {
	padding-top: 25px;
	width: 720px;
	float: left;
	clear: both;
}

.registration_info, .contacts_info {
	margin: 0 0 25px 0;
	padding: 0;
}

.registration_link, .contacts_link, .registration_link:hover, .contacts_link:hover {
	padding-top: 9px;
	width: 220px;
	height: 32px;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 8px;
}

.registration_link {
	background: #21b40e;
}

.registration_link:hover {
	background: #1ba909;
}

.contacts_link {
	background: #1ca3f0;
}

.contacts_link:hover {
	background: #0d96e4;
}