input[type=button], input[type=submit] {
	border-radius: 4px;
	padding: 4px 8px;
	color: white;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
}
input[type=button]:active, input[type=submit]:active {
	position: relative;
	top: 1px;
}

.goButton {
	background: gray;
}

/********************** Blue & OLD Gray Button **********************/
.goButtonBlue, .goButtonGray, .blue-btn {
	background: #1565C0 !important;
	background: -webkit-linear-gradient(#1E88E5, #1565C0) !important;
	background: -moz-linear-gradient(#1E88E5, #1565C0) !important;
	background: linear-gradient(#1E88E5, #1565C0) !important;
	border: 1px solid #1565C0 !important;
}
.goButtonBlue:hover, .goButtonGray:hover, .blue-btn:hover {
	background: #0D47A1 !important;
	background: -webkit-linear-gradient(#1976D2, #0D47A1) !important;
	background: -moz-linear-gradient(#1976D2, #0D47A1) !important;
	background: linear-gradient(#1976D2, #0D47A1) !important;
	border: 1px solid #0D47A1 !important;
}
/********************** Blue & OLD Gray Button **********************/

/********************** NEW Gray Button **********************/
.gray-btn {
	background: #424242 !important;
	background: -webkit-linear-gradient(#757575, #424242) !important;
	background: -moz-linear-gradient(#757575, #424242) !important;
	background: linear-gradient(#757575, #424242) !important;
	border: 1px solid #424242 !important;
}
.gray-btn:hover {
	background: #212121 !important;
	background: -webkit-linear-gradient(#616161, #212121) !important;
	background: -moz-linear-gradient(#616161, #212121) !important;
	background: linear-gradient(#616161, #212121) !important;
	border: 1px solid #212121 !important;
}
/********************** NEW Gray Button **********************/

/********************** Green Button **********************/
.goButtonGreen, .goButtonGreenEmail, .green-btn {
	background: #2E7D32 !important;
	background: -webkit-linear-gradient(#43A047, #2E7D32) !important;
	background: -moz-linear-gradient(#43A047, #2E7D32) !important;
	background: linear-gradient(#43A047, #2E7D32) !important;
	border: 1px solid #2E7D32 !important;
}
.goButtonGreen:hover, .goButtonGreenEmail:hover, .green-btn:hover {
	background: #1B5E20 !important;
	background: -webkit-linear-gradient(#388E3C, #1B5E20) !important;
	background: -moz-linear-gradient(#388E3C, #1B5E20) !important;
	background: linear-gradient(#388E3C, #1B5E20) !important;
	border: 1px solid #1B5E20 !important;
}
/********************** Green Button **********************/

/********************** Red Button **********************/
.goButtonRed, .red-btn {
	background: #C62828 !important;
	background: -webkit-linear-gradient(#F44336, #C62828) !important;
	background: -moz-linear-gradient(#F44336, #C62828) !important;
	background: linear-gradient(#F44336, #C62828) !important;
	border: 1px solid #C62828 !important;
}
.goButtonRed:hover, .red-btn:hover {
	background: #B71C1C !important;
	background: -webkit-linear-gradient(#E53935, #B71C1C) !important;
	background: -moz-linear-gradient(#E53935, #B71C1C) !important;
	background: linear-gradient(#E53935, #B71C1C) !important;
	border: 1px solid #B71C1C !important;
}
/********************** Red Button **********************/

/********************** Orange Button **********************/
.goButtonOrange, .orange-btn {
	background: #f47a20;
	background: -webkit-linear-gradient(#faa51a, #f47a20);
	background: -moz-linear-gradient(#faa51a, #f47a20);
	background: linear-gradient(#faa51a, #f47a20);
	border: 1px solid #f47a20;
}
.goButtonOrange:hover, .orange-btn {
	background: #f06015;
	background: -webkit-linear-gradient(#f88e11, #f06015);
	background: -moz-linear-gradient(#f88e11, #f06015);
	background: linear-gradient(#f88e11, #f06015);
	border: 1px solid #f06015;
}
/********************** Orange Button **********************/
