
div#form-messages.success {
	padding: 0.5em 0.75em 0.5em 0.75em;
	margin-bottom: 1.5em;
	color: #48b948;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
	background-color: rgba(72, 185, 73, 0.2);
	border: 2px solid rgba(72, 185, 73, 0.5);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

	#form-messages.success a {
		color:#48b948;
	}

	#form-messages.success a:hover {
		text-decoration: none;
		border-bottom: none;
	}

div#form-messages.error {
	padding: 0.5em 0.75em 0.5em 0.75em;
	margin-bottom: 1.5em;
	color: rgb(220, 74, 72);
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 300;
	background-color: rgba(220, 74, 72, 0.2);
	border: 2px solid rgba(220, 74, 72, 0.5);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

div#send.success, div.vera {
	display: none;
}
