
body {

	font-family : arial, sans-serif;
        background-color: #fefefe;
}

#drop_file_zone {
    background-color: #EEE;
    border: #999 5px dashed;
    width: 600px;
    height: 233px;
    padding: 8px;
    font-size: 18px;
    background-image: url("http://ftp.webst.fr/bender.png");
    background-repeat: no-repeat;
}
#drag_upload_file {
  width:50%;
  margin:0 0 0 80px;
}
#drag_upload_file p {
  text-align: center;
}
#drag_upload_file #selectfile {
  display: none;
}

#resultDataZone {
	width:90%;
	margin:0 auto;
	padding-top : 10px;
	font-size : 0.8em;
	font-weight : bold;
	text-align : justify;
}

#loadingimg {
    display : none;
  margin:0 0 0 30px;
}

#waitingmsg {
	z-index : 1000;
	margin : -50px auto;
	display : none;
	font-size : 0.8em;
	font-weight : bold;
	text-align : justify;
}

#uploaded-fileslist {

    margin-top : 25px;
    background-color: #EEE;
    border: #999 5px dashed;
    width: 600px;
    padding: 8px;
    font-size: 0.8em;
}


