/* ------------------------------------------ */
input[type="button"], input[type="submit"], input.button {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	background-color: #4B4B4B;
	color:#ffffff;
	font-size:1em;
	font-weight:bold;
	padding:6px 15px;
	text-decoration:none;
	border: 0px;
}
input[type="button"]:hover, input[type="submit"]:hover, input.button:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
}

input.disable[type="button"], input.disable[type="submit"],
input.disable[type="button"]:hover, input.disable[type="submit"]:hover {
    font-size: 1em;
	font-weight: bold;
	border:0px;
	background-color: #E6E6E6 !important;
	color: #ffffff !important;
}

input[type="button"]:active, input[type="submit"]:active, input.button:active {
	position:relative;
	top:1px;
	border: 0px !important;
	outline: 0px !important;
}

.purple_button {
	background-color: #2d5089 !important;
	color: #ffffff !important;
}
.grey_button {
	background-color: #939594 !important;
	color: #ffffff !important;
}
.blue_button {
	background-color: #17A1C4 !important;
	color: #ffffff !important;
}
.green_button {
	background-color: #17C450 !important;
	color: #ffffff !important;
}
.red_button {
	background-color: #FC253E !important;
	color: #ffffff !important;
}