html, body {
    margin: 0;
    padding: 0;
	overflow: hidden;
}

#fgcanvas2 {
    pointer-events: none; /* clicks pass through */
}



.transparentInput
{
    background: transparent;     /* remove white background */
    border: 1px solid #6aa0ff;   /* optional */
    color: white;                /* text color */
    outline: none;               /* remove focus glow */
}

.transparentInput
{
    background: transparent;   /* remove white background */
    border: none;              /* optional */
    color: white;              /* VERY IMPORTANT */
    outline: none;             /* remove focus glow */
    resize: none;              /* optional */
}
