body {font: 12px Tahoma, "Trebuchet MS", Tahoma, sans-serif; line-height: 1.6em; color: #222; }
a {	color: #267fe3; text-decoration: none; }
a:hover { color: #808080; text-decoration: none; }

#demo-status {
	padding: 10px 15px;
	width: 520px;

}
.file-title{
margin:0 0 0 10px;
}
#demo-status .progress {
	background: url('/elements/uploader/assets/progress-bar/progress.gif') no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

#demo-status .progress-text {
	font-size: 0.9em;	
}

#demo-list { 
	list-style: none;
	width: 450px;
	margin: 0;
}

#demo-list li.validation-error {   
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;

	background: #fbe3e4 url('/elements/uploader/assets/failed.png') no-repeat 4px 4px;
}

#demo-list li.file {  

	background: url('/elements/uploader/assets/file.png') no-repeat 4px 4px;
	overflow: auto;
}
#demo-list li.file.file-uploading {
	background-image: url(/elements/uploader/assets/uploading.png);
	background-color: #D9DDE9;
}
#demo-list li.file.file-success {
	background-image: url(/elements/uploader/assets/success.png);
}
#demo-list li.file.file-failed {
	background-image: url(/elements/uploader/assets/failed.png);
}

#demo-list li.file .file-name {
	font-size: 11px;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	
}

.capt {
	font-size: 11px;
	margin-left: 14px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;	
}


#demo-list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#demo-list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
	clear
}
#demo-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}
div.upload{
  padding:5px;
  display:inline;
  background:#eee;

  border-radius:4px;
  cursor:pointer;
  font-weight:bold;
  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.5); /* Для Firefox */
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.5); /* Для Safari и Chrome */
  box-shadow: 2px 2px 3px rgba(0,0,0,0.5); /* Параметры тени */
}
strong.overall-title, strong.current-title{
 font-weight:normal;
}