/* UPLOAD */

.upload_box {
	border: 2px dashed #B0B0B0;
	width: 350px;
	height: 250px;
	margin-right: 40px;
	float: left;
	text-align: center;
}

.upload_box .caption_big {
	padding-top: 80px;
	font-family: 'Titillium Regular';
	font-size: 28px;
	color: #7A7A7A;
}

.upload_box .caption_small {
	font-family: 'Titillium Regular';
	font-size: 18px;
	color: #7A7A7A;
}

/* UPLOAD INPUT */

.test
{
	overflow: hidden;
	width: 210px;
	margin: 0px;
	padding: 0px;
	height: 30px;
}

.fileinput-button input {
	opacity: 0;
	filter: alpha(opacity=0);
	-o-transform: translate(250px, -50px) scale(1);
	-moz-transform: translate(-300px, 0) scale(4);
	cursor: pointer;
}


/* UPLOADED */

.uploading {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 510px;
	position: absolute;
	margin-left: 380px;
	width: 440px;
}

.template-download, .template-upload {
	list-style: none;
	clear: both;
	height: 60px;
	margin: 0px;
	padding: 7px;
	width: 400px;
}

.template-download:hover, .template-upload:hover {
	background: #FFF;
	border-radius: 2px;
}

.template-download li, .template-upload li {
	float: left;
}

.template-download .preview, .template-upload .preview {
	width: 90px;
	text-align: center;
	padding-right: 10px;
}

.template-download .preview img, .template-upload .preview img {
	max-width: 80px;
	max-height: 60px;
	vertical-align: middle;
}

.template-download .data, .template-upload .data {
	width: 200px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #3A3B3B;
	font-size: 10px;
	text-decoration: none;
}

.template-download .name a, .template-upload .name {
	font-family: Tahoma, Geneva, sans-serif;
	color: #7A7B7B;
	font-size: 14px;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 2px;
}

.template-download .delete, .template-upload .cancel {
	padding-top: 10px;
	width: 80px;
	display: none;
}

.template-download:hover .delete, .template-upload:hover .cancel {
	display: block;
}


.template-download .error, .template-upload .error {
	font-family: Tahoma, Geneva, sans-serif;
	color: #E6200A;
	font-size: 11px;
}

.ui-progressbar {
	background: #C6C7CA;
	margin-top: 5px;
}

.ui-progressbar-value {
	background: #2F89F4;
	height: 8px;
}


/* info */

.title {
	padding-top: 15px;
	font-family: 'Titillium XBold';
	font-size: 26px;
	text-transform: uppercase;
	color: #FFF;
}

.info {
	font-family: 'Titillium Bold';
	font-size: 16px;
	text-transform: uppercase;
	color: #7A7A7A;
}