.legacy-wrap input[type="submit"],
.legacy-wrap input[type="button"],
.legacy-wrap input[type="reset"] {
	font-family: "PMNCaeciliaW01-55Roman";
	line-height: 1em;
	color: #fff;
	padding: 5px 12px;
	/* margin: 0 0 25px; */
	border: 1px solid #3a3432;
	background: #2d3651;
	background: -moz-linear-gradient(top, #3f4867 0%, #333e5c 1%, #252d44 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f4867), color-stop(1%,#333e5c), color-stop(100%,#252d44));
	background: -webkit-linear-gradient(top, #3f4867 0%,#333e5c 1%,#252d44 100%);
	background: -o-linear-gradient(top, #3f4867 0%,#333e5c 1%,#252d44 100%);
	background: -ms-linear-gradient(top, #3f4867 0%,#333e5c 1%,#252d44 100%);
	background: linear-gradient(top, #3f4867 0%,#333e5c 1%,#252d44 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.legacy-wrap input[type="submit"][disabled],
.legacy-wrap input[type="button"][disabled],
.legacy-wrap input[type="reset"][disabled] {
	color: #444;
	border: 1px solid #d8d8d8;
	cursor: auto;
	background: -moz-linear-gradient(center top , #fcfcfc 0%, #eaeaea 1%, #d8d8d8 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(1%,#eaeaea), color-stop(100%,#d8d8d8));
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#eaeaea 1%,#d8d8d8 100%);
	background: -o-linear-gradient(top, #fcfcfc 0%,#eaeaea 1%,#d8d8d8 100%);
	background: -ms-linear-gradient(top, #fcfcfc 0%,#eaeaea 1%,#d8d8d8 100%);
	background: linear-gradient(top, #fcfcfc 0%,#eaeaea 1%,#d8d8d8 100%);
}