body {
	background-color: #E40F0F;
	color: #fff;
	text-align: center;
	font-family: Helvetica;
}
		
#logo {
	max-width: 80%;
	display: block;
	margin: 0 auto;
}

h1 {
	font-size: 1.3em;
}

legend
{
	font-weight: bold;
	color: #333;
}

#filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 4px solid #600;
	border-radius: 30px;
	cursor: default;
	background-color: #fff;
	padding: 40px 20px;
	font-size: 40px;
}

#filedrag.hover
{
	box-shadow: inset 0 3px 4px #888;
}

img
{
	max-width: 80%;
}

pre
{
	width: 95%;
	height: 8em;
	font-family: monospace;
	font-size: 0.9em;
	padding: 1px 2px;
	margin: 0 0 1em auto;
	border: 1px inset #666;
	background-color: #eee;
	overflow: auto;
}


#progress p
{
	display: block;
	width: 240px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
	background: #eee url("progress.png") 100% 0 repeat-y;
}

#progress p.success
{
	background: #0c0 none 0 0 no-repeat;
}

#progress p.failed
{
	background: #c00 none 0 0 no-repeat;
}

#fileselect {
   width: 500px;
   padding: 10px;
   text-align: center;
   background-color: #fff;
   cursor:pointer;
   color: #000;
   border-radius: 4px;
   font-family: Helvetica;
}

#submitbtn {
	padding: 12px 22px;
	color: #000;
	background-color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 20px;
}