body {
	font: 12px/16px Arial, Helvetica, sans-serif;
}
#fileQueue {
	width: auto;
	overflow: auto;
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
	padding: 2px;
}
#mensagem{
	color:#65B1BF;
	width: auto;
	border: 1px solid #E5E5E5;
	padding: 2px;
	text-align: center;
}

/*
Uploadify v2.1.0
Release Date: August 24, 2009
*/
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: auto;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}
#formulario{
	width:420px;
	margin:15px auto;
}
input, textarea{
	border:#339999 solid 1px;
}
.botao{
	font-size:11px;
	padding:5px;
	font-weight:bold;
	color:#FFFFFF;
	border: 1px solid #000;
	cursor:pointer;
	background-color:#666666;
}
.titulo{
	color:#65B1BF;
}
.dica{
	font-size:11px;
}
.informacao{
	font-size:9px;
}
.notificacao{
	color:#000;
	background-color:#65B1BF;
}