/*	--------------	*/
/*	arrows / buttons	*/
/*	--------------	*/

.button {
	display:inline-block;
	text-decoration:none  !important;
	text-align:center  !important;
	font-weight:bold  !important;
	border:none !important;
	color:#fff !important;
	min-width:111px;
	height:42px;
	line-height:40px;
	font-size:14px;
	background:#008080;
	background:#008080;
	border: 1px solid #008080!important;
	padding:5px;
   }
.button:hover {
	background:#4ca6a6;
}
.button.small {
	width:111px;
	height:42px;
	line-height:40px;
	font-size:14px;
}
.button.orange {
	background:#ff6600;
	border:1px solid #ff6600 !important;
}
.button.orange:hover {
	background:#ff944c;
	border:1px solid #ff6600;
}

.submit-button.button {
	line-height: 1;
	
}