body {
    /*
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    */
}
#signature-pad {
	width: 100%;
	height: 150px; 
	text-align: center;
	z-index: 999999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#signatureField img {
	max-height: 200px;
}
#canvas {
	margin: 5px auto 0px auto;
	background: #FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.overlayX {
	display: none;
    background-color: rgba(1, 1, 1, 0.4);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
#close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
#signature-pad .button {
	width: 32%;
	border: 1px outset #1996E4;
	background: #1B78B3;
	background-image: none !important;
	color: #FFF !important;
	font-weight: bold !important;
	font-size: 14px !important;
	padding: 6px 20px !important;
	text-align: center !important;
	height: auto !important;
}
