.signature .signature--container {
	border: 2px dashed #CCC;
	position: relative;
	max-width: 450px;
	width: 100%;
	height: 150px;
	border-radius: 7px;
    -moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-image: url("../images/signature-background.jpg");
	background-color: white;
	background-position-y: 90px;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position-x: center;
}

.staff-signature-holder .signature .signature--container {
	border: 1px solid #E0E0E0;
	border-radius: 0px;
    -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.signature .signature--container.no-border {
	border: none !important;
	border-radius: 0px;
	background: none;
}
.signature .signature--container .signature_pad_canvas {
	width: 100%;
	height: 100%;
}

.signature .signature--container .signature-pad-reset {
	position: absolute;
	right: 5px;
	top: 5px;
}

.agreement_signature.maintain-aspect-ratio {
	display: block;
	max-width: 400px;
	max-height: 100%;
	width: auto;
	height: auto;
}