body { background: #87CEEB; }
h1 { font: bold 2em Verdana,sans-serif; margin: 24px 0 0 24px; }
p { font: 1em Verdana,sans-serif; margin: 0 0 0 24px; }

.hidden { display: none; }

#paste { position: absolute; top: 2em; left: 2em; right: 2em; bottom: 2em; border: 3px ridge #AADDFF; background:#AADDFF; }
#paste.dropzone { background: #EB87CE; }
#paste.dropped { background: #87EBCE; }

#pastearea { position: absolute; top: -1000px; width: 0; height: 0; }

#fileSelect { position: absolute; right: 2em; bottom: 2em; width: 5em; height: 5em; border-radius: 50%; background: #FF0000; box-shadow: 4px 4px #552222; }
#fileSelect:active { box-shadow: inset 4px 4px #552222; }