
.button {
	cursor : pointer;
	margin-left : auto;
	margin-right : auto;
	font-family : arial;
	font-size   : 16px;
	color       : #eee4d4;
	height      : 60px;
	line-height      : 60px;
	width       : 480px;
	text-align : center;
	border: 1px solid #000000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#9e0000));
	background: -moz-linear-gradient(top, #cc0000, #9e0000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#9e0000');
}

.button:hover {
	cursor : pointer;
	color       : #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#cc0000));
	background: -moz-linear-gradient(top, #ff0000, #cc0000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#cc0000');
}

.button_red {
	display : inline-block;
	cursor : pointer;
	margin-left : 5px;
	margin-right : 5px;
	font-family : Dosis, arial, sans serif;
	font-size   : 22px;
	color       : #ffffff;
	height      : 60px;
	line-height : 60px;
	width       : 185px;
	text-align : center;
	border : none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color : #f04746;
}

.button_red:hover {
	cursor : pointer;
	color       : #ffffff;
	background-color : #ff6766;
}

.button_blue {
	display : inline-block;
	cursor : pointer;
	margin-left : 5px;
	margin-right : 5px;
	font-family : Dosis, arial, sans serif;
	font-size   : 22px;
	color       : #ffffff;
	height      : 60px;
	line-height : 60px;
	width       : 185px;
	text-align : center;
	border : none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color : #149cd1;
}

.button_blue:hover {
	cursor : pointer;
	color       : #ffffff;
	background-color : #28b1e6;
}

.button_green {
	display : inline-block;
	cursor : pointer;
	margin-left : 5px;
	margin-right : 5px;
	font-family : Dosis, arial, sans serif;
	font-size   : 22px;
	color       : #ffffff;
	height      : 60px;
	line-height : 60px;
	width       : 185px;
	text-align : center;
	border : none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color : #00bca0;
}

.button_green:hover {
	cursor : pointer;
	color       : #ffffff;
	background-color : #13d7ba;
}

.button_orange {
	display : inline-block;
	cursor : pointer;
	margin-left : 5px;
	margin-right : 5px;
	font-family : Dosis, arial, sans serif;
	font-size   : 22px;
	color       : #ffffff;
	height      : 60px;
	line-height : 60px;
	width       : 185px;
	text-align : center;
	border : none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color : #f9984c;
}

.button_orange:hover {
	cursor : pointer;
	color       : #ffffff;
	background-color : #ffaf70;
}

.button_silver {
	display : inline-block;
	cursor : pointer;
	margin-left : 5px;
	margin-right : 5px;
	font-family : Dosis, arial, sans serif;
	font-size   : 22px;
	color       : #ffffff;
	height      : 60px;
	line-height : 60px;
	width       : 185px;
	text-align : center;
	border : none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color : #a6adb0;
}

.button_silver:hover {
	cursor : pointer;
	color       : #ffffff;
	background-color : #bcc3c6;
}
