#fancy {
	display:block;
	margin:0px;
	padding:10px;
	text-align:center;
	background-color:#EAF8FF;
	color:#003366;
	font-size:0.8em;
}
#fancy a{
	color:#003366;
}
#fancy fieldset {
	width:310px;
}
#fancy legend {
	padding:0 5px;
	font-weight:bold;
}
#fancy label, #fancy input, #fancy textarea {
	clear:both;
	float:left;
}
#fancy label {
	margin:10px 0 0 0;
}
#fancy textarea {
	width:300px;
	height:100px;
}
#fancy dl, #fancy dd, #fancy ul, #fancy li {
	margin:0;
	padding:0;
}
#fancy form {
	padding:0 0 20px 0;
}
#fancy ul {
	clear:both;
}
#fancy #frm-status {
	padding:10px 15px;
	width:420px;
}
#fancy #frm-status.hide {
	display:none;
}
#fancy #frm-status dd {
	float:left;
	padding:0 0 0 5px;
}
#fancy #frm-status div {
	clear:both;
}
#fancy #frm-status .progress {
	background:#fff url(../../img/stff/progress.gif) no-repeat;
	background-position:+50% 0;
	margin-right: 0.5em;
}
#fancy #frm-status .progress-text {
	font-size:0.9em;
	font-weight:bold;
}
#fancy #frm-list {
	list-style:none;
	width:450px;
	margin:0;
}
#fancy #frm-list li.file {
	border-bottom:1px solid #eee;
	background:url(../../img/stff/file.png) no-repeat 4px 4px;
}
#fancy #frm-list li.file.file-uploading {
	background:#D9DDE9 url(../../img/stff/comunes/uploading.png) no-repeat;
}
#fancy #frm-list li.file.file-success {
	background-image:url(../../img/stff/comunes/success.png);
}
#fancy #frm-list li.file.file-failed {
	background-image:url(../../img/stff/comunes/failed.png);
}
#fancy #frm-list li.file .file-name {
	font-size:0.9em;
	margin-left:44px;
	clear:left;
	line-height:40px;
	height:40px;
	font-weight:normal;
	color:#003399;
}
#fancy #frm-list li.file .file-size {
	font-size:0.7em;
	line-height:18px;
	float:right;
	margin-top:2px;
	margin-right:6px;
}
#fancy #frm-list li.file .file-info {
	display:block;
	margin-left:44px;
	font-size:0.9em;
	line-height:20px;
	clear:both;
}
#fancy #frm-list li.file .file-remove {
	clear:right;
	float:right;
	line-height:18px;
	margin-right:6px;
}

