.ngparanewsletterunsubscribe a
{
	border-color: #ff0000;
	border-width: 0px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #ff0000;
	font: bold 14px Barlow,Verdana,Helvetica,sans-serif;
	color: #fffbf8;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 0px;
	display: inline-block;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin-top: 10px;
}

.ngparanewsletterunsubscribe a:hover
{
	border-color: #a65252;
	background: #a65252;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #d9cbbf;
}

.ngparanewsletterunsubscribe a:focus
{
	border-color: #a61b1b;
    background: #a61b1b;    	font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
    outline: none;
}