.add-file
{
	font-size: 10px;
	text-decoration: none;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}

.add-file a {
	text-decoration: none !important;
}
.add-file a:hover {
	text-decoration: none !important;
}

.remove-file {
	cursor: pointer;
}

.set-file-button {
	padding: 5px;
	display: inline-block;
	border: 1px solid #A2BC13;
	background-color: #A2BC13;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	margin: 7px 0px 3px;
	border-radius: 5px;
	color: white;
	cursor: pointer;
	font-weight: bold;
}

.add-file .remove-file {
	display: none;
	color: #3371B1;
	border-bottom: 1px dotted;
}

.add-file.loaded .upload-preview{
	display: block;
}

.add-file.loaded .remove-file {
	display: inline-block;
}

.add-file .upload-preview{
	display: none;
	margin: 5px;
}

.add-file .ajaxloader {
	background-image: url('../gif/ajax-loader.gif');
	width: 16px;
	height: 16px;
	background-clip: content-box;
	vertical-align: middle;
	line-height: 25px;
}
.add-file.loading .ajaxloader{
	display: inline-block;
}