.qsf-demo-canvas {
     padding: 5px;
     width: 350px;
    
     position:relative;
    top:50px;
}
 
.qsf-demo-canvas h2 
{
     margin: -10px -10px 10px;
     padding: .25em 40px;
     color: #ffffff;
     background: #ff6b2b url("img/header-bg.gif") 15px center no-repeat;
}
 
 
.qsf-demo-canvas .qsf-fb, .qsf-demo-canvas .qsf-results
{
 
	margin: 10px;
	padding: 10px;
	width: 200px;
	min-height: 150px;
	border: thick solid #000000;
	background: #ffffff;
	float: left;
}
 
#ValidFiles span, #InvalidFiles span {
     display: block;
}
.ErrorHolder {
     width: 250px;
     border: solid 5px #955e0d;
     background: #ff9600 url( 'Img/warning.png' ) no-repeat 10px 10px;
     padding: 20px 10px 30px 70px;
     display: none;
}