.requiredemail
{
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	margin: 0;
	width: auto;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: 300;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	text-align: left;
	text-transform: uppercase;
}
.requiredemail.fullbutton
{
	width: 100%;
}
	
.requiredemail span
{
	line-height: 28px;
	font-weight: 400;
	margin-right: 10px;
}
	
.requiredemail:after
{
	content: '';
	position: absolute;
	z-index: -1;
}

.requiredemail
{
	background: #000003;
	color: #FFF !important;
}

	.requiredemail:hover
	{
		background: #222;
		color: #16A085 !important;
	}

		.requiredemail:active
		{
			top: 2px;
		}

		
.button
{
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	margin: 0;
	width: auto;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: 300;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	text-align: left;
	text-transform: uppercase;
}

	.button.fullbutton
	{
		width: 100%;
	}
	
		.button span
		{
			line-height: 28px;
			font-weight: 400;
			margin-right: 10px;
		}
	
		.button:after
		{
			content: '';
			position: absolute;
			z-index: -1;
		}


/** Colours **/

.button
{
	background: #000003;
	color: #FFF !important;
}

	.button:hover
	{
		background: #222;
		color: #16A085 !important;
	}

		.button:active
		{
			top: 2px;
		}


