.ngparanewsletterunsubscribe a
{
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	padding: 5px 15px 5px 5px;
	background: #fafafa;
	font: 18px Quicksand,Verdana,Helvetica,sans-serif;
	color: #000000;
	letter-spacing: 0px;
	border-radius: 10px;
	display: inline-block;
	cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    margin-top: 10px;
}

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

.ngparanewsletterunsubscribe a:focus
{
	border-color: #37393f;
    background: #ffffff;    	font-weight: normal;
    font-style: normal;
	text-transform: none;
	color: #4f5258;
    outline: none;
}