﻿.upload
{
	width: 400px;
	height: 75px;
	border: solid 1px #004792;
	margin: 10px 0px;
	padding: 10px 25px;
	background-color: #3a3a3c;
}
.upload H3
{
	margin: 0;
	padding-bottom: 5px;
	font-size: 14px;
}
.uploadIframe
{
	text-align: center;
	vertical-align: middle;
	border-style: none;
	margin: 0px;
	height: 50px;
	background-color: #3a3a3c;
}
#status, .commands
{
}
.upload .commands
{
}
.hidden
{
	display: none;
}
#status
{
}
#status.error
{
	color: Red;
}
#status.info
{
	color: #FFF;
}
#status.success
{
	color: green;
}
