.btn-upload {
	cursor: pointer;
	position: relative;
	width: 220px;
	text-align: center;
	z-index: 5;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	background-color: #FF0000;
	float: left;
	color: #FFF;
	font-size: 16px;
	padding: 20px;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #FFF;
	overflow: hidden;
}
.ie-opacity {
	font-size: 16px;
	margin: 0px;
	display: block;
	position: absolute;
	width: 220px;
	cursor: pointer;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	top: 0px;
	right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 20px;
}
#uploadStart {
	right: 680px;
	top: -10px;
	float: right;
	cursor: pointer;
	position: relative;
	width: 150px;
	height: 20px;
	min-height: 50px;
	margin: 10px 0 10px 0;
	text-align: center;
	background: #3D54AC;
	z-index: 1;
	border: 1px solid #003566;
}
.drop {
	min-height: 200px;
	position: relative;
	padding: 40px;
	border: 1px dashed #CCCCCC;
	clear: left;
	float: left;
	width: 100%;
	margin-top: 10px;
}

/* Drop area zone*/
.drop-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 200px;
	z-index: 9;
	background-image: url(../support/BG_dark.png);
	background-repeat: repeat;
}
.drop-processing {
	display: none;
}
.drop-processing-loader {
	display: inline-block;
	background: url("../support/uploader/processing.gif");
	width: 24px;
	height: 24px;
	vertical-align: text-bottom;
}
.drop-area-active {
	background-image: url(../support/BG_dark.png);
	background-repeat: repeat;
	width: 100%;
	min-height: 100%;
	border: 10px solid #FFF;
	height: 100%;
}
.textSpan {
	color: #777;
	display: block;
	position: absolute;
	top: 45%;
    left: 0px;
	width: 100%;
	font-size: 16px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: center;
}
.startSpan {
	color: #444444;
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -8px;
	font-size: 16px;
}

/* List items uploads*/
.items-upload {
	margin: 0;
	padding: 0;
	list-style: none;
}
.items-upload li {
	width: 100%;
    height: 100%;
	position: relative;
	float: left;
}

/*container*/
.container-go {
	width: 100%;
    height: 100%;
	position: relative;
}
.loader {
	position: absolute;
	font-size: 12px;
	text-align: center;
	display: block;
	background: url(../support/uploader/ajax-loader.gif) no-repeat;
	height: 66px;
	width: 66px;
	margin-left: -33px;
	left: 50%;
	top: 85px;
}

/*btns*/
.btns {
	padding: 0px;
	position: absolute;
	z-index: 20;
	top: 50%;
	width: 80px;
	margin: 0px;
    margin-left: -40px;
    margin-top: -20px;
	left: 50%;
	float: left;
}
.btn-cancel {
	content: " ";
	display: block;
	height: 40px;
	width: 80px;
	float: left;
	background-image: url(../support/uploader/cancel.png);
	background-repeat: no-repeat;
	background-position: left center;
	clear: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFF;
	text-align: right;
	background-color: #7B0C1E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.btn-delete {
	content: " ";
	display: block;
	height: 40px;
	width: 80px;
	float: left;
	background-image: url(../support/uploader/delete.png);
	background-repeat: no-repeat;
	background-position: left center;
	clear: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFF;
	text-align: right;
	background-color: #7B0C1E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.btn-retry {
	content: " ";
	display: block;
	height: 40px;
	width: 80px;
	float: left;
	background-image: url(../support/uploader/retry.png);
	background-repeat: no-repeat;
	background-position: left center;
	clear: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFF;
	text-align: right;
	background-color: #7B0C1E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.btn-cancel:hover {
	color: #FFF;
	background-color: #C00;
}
.btn-delete:hover {
	color: #FFF;
	background-color: #C00;
}
.btn-retry:hover {
	color: #FFF;
	background-color: #C00;
}
.btn-delete, .btn-retry, .btn-delete {
	display: none;
}
.retryable .btn-retry, .retryable .btn-cancel {
	display: block;
}
.filePreview {
	width: 100%;
	height: 100%;
	background-color: #000000;
	display: block;
}
.filePreview img {

}
.file-name {
	color: #777;
	width: 50%;
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 14px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	clear: left;
}
.size {
	font-size: 10px;
	color: #777;
	width: 50%;
	text-align: right;
	display: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	float: left;
}
.status {
	display: none;
	padding: 0px;
	text-align: center;
	width: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 14px;
	color: #777;
	margin: 0px;
	position: absolute;
	top: 30px;
	z-index: 10;
}
.progress-bar {
	width: 0%;
	height: 10px;
	margin-bottom: 3px;
	display: block;
	background-color: #FF0000;
}

/*customize alert*/
.alert {
	margin-top: 10px;
	border: 1px solid #B94A48;
	color: #FF0000;
	background-color: #770000;
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
