/*.fedena_banner{
	width: 100%;
	height: 98px;
}*/
.fedena_banner_buttons{
	margin: 0px auto;
	width: 390px;
	height: 42px;
}
.red_button,.green_button{	
	border-radius: 6px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.red_button{
	background: #d94a44;
	margin-right: 20px;
	width: 200px;
}
.red_button:hover{
	background: #ca3d37;
	color: #fff;
}
.green_button{
	background: #38b285;
	width: 160px;
}
.green_button:hover{
	background: #249f72;
	color: #fff;
}
