.ngparanewsletterunsubscribe a
{
	border-color: #2b1c47;
	border-width: 3px;
	border-style: solid;
	padding: 8px 20px 8px 20px;
	background: #2b1c47;
	font: 16px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	border-radius: 0px;
	display: inline-block;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin-top: 10px;
}

.ngparanewsletterunsubscribe a:hover
{
	border-color: #4147e2;
	background: #4147e2;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
}

.ngparanewsletterunsubscribe a:focus
{
	border-color: #2b1c47;
    background: #2b1c47;    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);	font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
    outline: auto;
}