.ngparanewsletterunsubscribe a
{
	border-color: #e9e9e9;
	border-width: 1px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #f5f2e6;
	font: bold 13px Corbel,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Verdana,sans-serif;
	color: #3d3a2b;
	letter-spacing: 0px;
	text-transform: uppercase;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin-top: 10px;
}

.ngparanewsletterunsubscribe a:hover
{
	border-color: #e9e9e9;
	background: #3d3a2b;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
}

.ngparanewsletterunsubscribe a:focus
{
    outline: none;
}