.ngparanewsletterunsubscribe a
{
	border-color: #333230;
	border-width: 0px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #333230;
	font: bold 20px Dosis,Verdana,Helvetica,sans-serif;
	color: #f4f4f2;
	letter-spacing: 1.5px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin-top: 10px;
}

.ngparanewsletterunsubscribe a:hover
{
	border-color: #802023;
	background: #802023;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	color: #f4f4f2;
}

.ngparanewsletterunsubscribe a:focus
{
	border-color: #802023;
    background: #802023;    	font-weight: bold;
    font-style: normal;
	text-transform: none;
	color: #f4f4f2;
    outline: auto;
}