#signatureWorkspace {
	height: 60px;
	width: 250px;
	margin-left: 140px;
}
#signatureImage {
	height: 54px;
	width: 144px;
	overflow: hidden;
	position:relative;
	float:left;
	border: 1px dashed #999999;
	background: #ffffff;
}
#signatureImage img {
	cursor: move;
}

#signatureTools {
	font-size: .8em;
}
#signatureSizeDecrease {
	cursor:pointer;
}
#signatureSizeIncrease {
	cursor:pointer;
}