.ngparanewsletterunsubscribe a
{
	border-color: #ebebeb;
	border-width: 3px;
	border-style: solid;
	padding: 10px;
	background: #c09806;
	font: bold 18px Quicksand,Verdana,Helvetica,sans-serif;
	color: #ffffff;
	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;
}