body {	background-image: url(immagini/bground.gif); background-repeat: repeat; font: .7em Arial, Verdana, Sans-Serif; line-height: 1.7em; 	margin-left: 0px; 	margin-top: 0px; margin-right: 0px;	margin-bottom: 0px;}
a { color: #3F2C57; text-decoration: none; }
a:hover { color: #808080;  }
p {	margin: 0 0 5px 0; }
h1 { font: normal 2.8em Georgia, "Trebuchet MS", Arial, Sans-Serif; padding: 0 0 0 0; margin: 0; }
h2 { margin: 0; padding: 0; font: normal 1.8em Georgia, "Trebuchet MS", Arial, Sans-Serif; }
h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }
img { border: 0; }
ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

li
{
background-image: url(immagini/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .6em;
padding-left: .9em;
}
.footer { font: .9em Arial, Verdana, Sans-Serif; line-height: 1.7em;}

#demo-list {
	padding: 0;
	list-style: none;
	margin: 0;
}

#demo-list .file-invalid {
	cursor: pointer;
	color: #514721;
	padding-left: 48px;
	line-height: 24px;
	background: url(..7assets/error.png) no-repeat 24px 5px;
	margin-bottom: 1px;
}
#demo-list .file-invalid span {
	background-color: #fff6bf;
	padding: 1px;
}

#demo-list .file {
	line-height: 2em;
	padding-left: 22px;
	background: url(../assets/attach.png) no-repeat 1px 50%;
}

#demo-list .file span,
#demo-list .file a {
	padding: 0 4px;
}

#demo-list .file .file-size {
	color: #666;
}

#demo-list .file .file-error {
	color: #8a1f11;
}

#demo-list .file .file-progress {
	width: 125px;
	height: 12px;
	vertical-align: middle;
	background-image: url(../assets/progress-bar/progress.gif);
