/* Written & Commented by Sean Stout for Lucity, Inc. (c) 2014 */

#Captcha {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor: default;
	font-family: monospace !important;
}