/**
* HTML5 Signature Software
* Copyright (c) 2010 - 2013 Dream Designs (www.dreamdesignsweb.com)
* Under GPL (ww.dreamdesignsweb.com/license) licenses.
* All scripts & codes in this file was created by Dream Designs @ www.dreamdesignsweb.com
* ----------------------------------------------------
* Last Mod: Sep 11 2013 | version 1.4
*/
/**
* Signature pad wrapper
*/
#dd_signaturePadWrapper {
	position: relative;
}
/**
* Canvas element
*/
#dd_canvas:hover {
	cursor: url('../images/dd_signature_pad/pencil.cur'), 
			url('../images/dd_signature_pad/pencil.cur'), 
			auto;
}
#dd_canvas:active {
	cursor: url('../images/dd_signature_pad/pencil.cur'), 
			url('../images/dd_signature_pad/pencil.cur'), 
			auto;
}
/**
* Tool wrapper
*/
#dd_signatureToolWrapper img {
	border: none;
}
/**
* Pencil Picker icon
*/
#dd_tool_pencilPicker:hover {
	cursor: pointer;
	opacity: 0.8;
}
/**
* Color picker icon
*/
#dd_tool_colorPicker:hover {
	cursor: pointer;
	opacity: 0.8;
}
/**
* Undo icon
*/
#dd_tool_undo:hover {
	cursor: pointer;
	opacity: 0.8;
}
/**
* Erasor icon
*/
#dd_tool_erasor:hover {
	cursor: pointer;
	opacity: 0.8;
}