body
{
	font-family: "Segoe UI", Tahoma, Helvetica, freesans, sans-serif;
	font-size: 90%;
	margin: 10px;
	color: #333;
	background-color: #fff;
}

h1, h2
{
	font-size: 1.5em;
	font-weight: normal;
}

h2
{
	font-size: 1.3em;
}

legend
{
	font-weight: bold;
	color: #333;
}

hr
{
	border: 0;
	border-top: 1px solid #ccc;
}

#filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #ccc;
	border: 1px dashed #ccc;
	border-radius: 6px;
	cursor: default;
	background-color: #f7ffd4;
	color: #666;
}

#filedrag.hover
{
	color: #000;
	border: 1px dashed #333;
	background-color: #eee;
}

.uploader
{
	width: 80%;
	padding: 20px;
	margin: 100px auto 0 auto;
	border: 1px solid #ccc;
}

img
{
	max-width: 100%;
}

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;
}

#prev
{
	position: fixed;
	bottom: 20px;
	right: 20px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 10px;
}

#messages
{
	padding: 0 3px;
}

#messages .upl_box
{
	border: 1px solid #999;
	padding: 10px;
	margin: 1em 0;
}

#messages .upl_left
{
	float: left;
	width: 48px;
	margin-top: 6px;
}

#messages .upl_right
{
	float: left;
}

#messages .upl_clear
{
	clear: both;
}

#progress p
{
	display: block;
	width: 99%;
	padding: 2px 5px;
	margin: 2px auto;
	border: 1px solid #333;
	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;
}