#myUploadForm, .responseMsg, #response
{
  color: #666;
	text-align: left;
	/*background: #FFF;*/
	font: 14px sans-serif;
	line-height: 14px;
}

img { vertical-align: middle; }
iframe#myFrame { display: none; }

#maincol
{
	width: 40%;
	min-height: 600px;
	margin: 5em auto 0;
}

* html #maincol { height: 600px; }

input.file
{
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	height: 50px;
	margin: 2px 0 0 42px;
	width: 100px;
	z-index: 200;
}

H2.numFiles
{
	background: #333;
	border: 1px solid #666666;
	border-bottom: 2px solid #FFFF00;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 100%;
}

.uploaded
{
  margin: 0 auto;
  width: 100px;
  height: 75px;
}

.select
{
	background: url(../imagens/upload/select_file2.png) no-repeat;
	width: 165px;
	height: 55px;
	margin: 20px auto 0;
}

.select:hover { background-position: bottom left; }
.select.waiting { background: #FFF url(../imagens/upload/spinner.gif) center center no-repeat; }
.select.waiting:hover { background-position: center center; }

.delete
{
	background: url(../imagens/upload/delete.png) no-repeat;
	height: 24px;
	left: 105px;
	position: absolute;
	top: 15px;
	width: 24px;
}

.fileInfo
{
	height: 75px;
	margin: 10px auto 0;
	position: relative;
	text-align: center;
	width: 70%;
}

.nameOfFile
{
	color: #000000;
	font-size: 0.9em;
	line-height: 16px;
}

UL#ul_files
{
	background: #C0C0C0;
	border: 1px solid #666666;
	clear: both;
	display: block;
	list-style-type: none;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	position: relative;
	min-height: 128px;
	font-size: 0.825em;
}

* html UL#ul_files
{
	height: 128px;
}

UL#ul_files:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

UL#ul_files LI
{
	border-right: 1px dotted #333333;
	float: left;
	height: 110px;
	margin: 10px 0;
	width: 250px;
}

.delete:hover, input.file:hover { cursor: pointer; }

.responseMsg
{
	border-bottom: 2px solid #333333;
	clear: both;
	font-size: 0.9em;
	margin: 2em 7em 0;
	padding-bottom: 0.5em;
	position: relative;
	text-align: left;
	width: 60%;
}

UL#response
{
	clear: both;
	font-size: 0.9em;
	margin: 1em 7em 0;
	width: 60%;
}

UL#response LI
{
	padding-bottom: .5em;
	border-bottom: 1px dotted #666;
	margin: 1em 0 0 3em;
}

UL#response LI SPAN { color: #FF0000; }

UL#response P
{
	text-decoration: underline;
	text-indent: 3em;
	margin-top: 1em;
	color: #000;
}

UL#response LI.ext SPAN, UL#response P SPAN
{
	text-transform: uppercase;
	color: #FF0000;
}

#ul_files li input.legenda
{
  font-size: 10px;
  border: 1px solid #000;
  width: 200px;
  float: none;
  margin: 0 auto;
  text-align: center;
}