.drag-uploader
{
	border: 2px dotted #fbe6bf;;
	width: 100%;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 30px 0px;
	margin-bottom: 10px;
	font-size: 200%;
	height: 135px;
	cursor: default;
	overflow: hidden;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.drag-uploader div.or {
	font-size: 50%;
	font-weight: bold;
	color: #C0C0C0;
	padding: 10px;
}

.drag-ploader div.browser label {
	background-color: #5a7bc2;
	padding: 5px 15px;
	color: white;
	padding: 6px 0px;
	font-size: 40%;
	font-weight: bold;
	cursor: pointer;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
	display: block;
	width: 300px;
	margin: 20px auto 0px auto;

	box-shadow: 2px 2px 2px #888888;
}

.drag-uploader div.browser span {
	cursor: pointer;
}


.drag-uploader div.browser input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	border-width: 0 0 100px 200px;
	opacity: .0;
	filter: alpha(opacity= 0);
	-o-transform: translate(250px,-50px) scale(1);
	-moz-transform: translate(-300px,0) scale(4);
	direction: ltr;
	cursor: pointer;
}

.drag-uploader div.browser label:hover {
	background-color: #427fed;
}

.drag-uploader input {
	opacity: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    float: right;
    width: 100%;
    height: 100%;
    border: none;
    cursor: default;
}

.upload-intro {
	margin-top: 20px;
}

.upload-intro .buzzer {
	background-color: #fff;
	border:1px solid #c5da6e;
	color: #c5da6e;
}

.remove-file {
	position: absolute;
    right: 75px;
    top: 130px;
}

.js-complete {
	display :none;
	font-weight: bold;
}

.remove-file:hover {
	cursor: pointer;
}

/*
 * File list
 */
#fileList {
  float:right;
  width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: gray;
  font-size: 12px;
  overflow: auto;
}

#fileList .file {
  width: 100%;
  padding: 20px 70px;
  margin-bottom: 15px;
}

#fileList .info {
  width: 100%;
  height: 26px;
  display: block;
  overflow: hidden;
  line-height: 13px;
}

#fileList .filename {
  font-weight: bold;
}

#fileList .bar {

  height: 12px;
  margin-top: 5px;
  padding: 1px;
  width: 100%;
}

#fileList p {
  text-align: left;
  margin-top: 15px;
}

#fileList .progress {
  height: 12px;
  background-color: #c5da6e;
  border-radius: 5px;
	margin: 0;
}

#fileList span.success {
  color: #009900;
}

#fileList span.error {
  color: #990000;
}

/* Debug */
#debug {
  clear: both;
  padding-top: 15px;
  color: #333;
}

#debug h2 {
  margin: 0px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  color: #333;
}

#debug div {
  height: 150px;
  width: 100%;
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 30px;
}

#debug ul {
  padding: 0px 0px 0px 20px;
  font-size: 12px;
}

#debug li {
  padding: 0px;
  margin: 0px 0px 7px 0px;
}
