.sigWrapper {
	clear: both;
}

.sigPad {
	width: 100%;
}

.signature-pad {
	margin: 12px 0 10px 0;
	position: relative;
}

.signature-pad:after {
	content: 'Signature';
	color: #72635d;
	font-size: 18px;
	position: absolute;
	top: 15px;
	left: 20px;
	pointer-events: none;
}

.sigNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.signed .sigWrapper {
	border: 0;
}

.pad {
	position: relative;

	/**
	 * For cross browser compatibility, this should be an absolute URL
	 * In IE the cursor is relative to the HTML document
	 * In all other browsers the cursor is relative to the CSS file
	 *
	 * http://www.useragentman.com/blog/2011/12/21/cross-browser-css-cursor-images-in-depth/
	 */
	cursor: url("/css/pen.cur"), crosshair;
	/**
	 * IE will ignore this line because of the hotspot position
	 * Unfortunately we need this twice, because some browsers ignore the hotspot inside the .cur
	 */
	cursor: url("pen.cur") 16 16, crosshair;

	-ms-touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}


.drawItDesc {
	display: none;
	margin: 0.75em 0 0.515em;
	padding: 0.515em 0 0;

	border-top: 3px solid #ccc;

	color: #000;
	font: italic normal 1em/1.375 Georgia,Times,serif;
}

p.error {
	display: block;
	margin: 0.5em 0;
	padding: 0.4em;

	background-color: #f33;

	color: #fff;
	font-weight: bold;
}