/* BUTTONS
 ================================================== */
.ecae-button.ecae-buttonskin-black {
	padding-top: 10px;
	padding-bottom: 13px;
	font-size: 14px;
}

.ecae-button.ecae-buttonskin-black a.ecae-link {
	text-decoration: none;
	font-size: inherit;
}

.ecae-button.ecae-buttonskin-black a.ecae-link {	
	padding: 5px 10px;
	border-width: 1px;
	border-style: solid;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0px;

	color: #FFF;
	border-color: #1abc9c;
	background: #1abc9c;
}

.ecae-button.ecae-buttonskin-black a.ecae-link:hover {	
	color: #fff;
	border-color: #333;
	background-color: #333;
}