.button-large .cen input[type="button"], .button-large .cen input[type="submit"] {
	font-size: 14px !important;
	padding:10px 30px;
}
.button-big .cen input[type="button"], .button-big .cen input[type="submit"] {font-size: 13px !important;padding:4px 15px;}
.button-cancel .cen input[type="button"], .button-cancel .cen input[type="submit"] {background: #808080;border-color:#606060;}

.button-org .cen input[type="button"], .button-org .cen input[type="submit"] {
  background-color: #FF7900;
  border-color: #EA5E20;
  text-transform: uppercase;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.6);
  letter-spacing: 0.06em;
  min-width: 100px;
}
.button-org .cen input[type="button"]:hover, .button-org .cen input[type="submit"]:hover {
	background-color: #fe891f;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.6);
}
.button-org .cen input[type="button"]:focus, .button-org .cen input[type="submit"]:focus {
	outline: none;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.6);
}