@charset "UTF-8";
.btarea_img_upload {
	text-align: right;
}
.area_img_upload {
	border: 1px solid #ff5a00;
	background-color: #fdd7c236;
	padding: 10px;
	max-width: 600px;
}

.td_inner_mesarea {
	margin-bottom:20px;
}

/* ------------------ */
/* file upload */
/* ------------------ */
.iamgeArea{
	background-color: #f4f4f4;
	margin: 10px;
	padding: 10px;
	border: #ddd dashed 5px;
	height: 100px;
	width: 150px;
	text-align: center;
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.2;
	float: left;
}
	.iamgeArea p {
		margin: 0 0 5px 0 !important;
	}
	.iamgeArea .drag-drop-info {

	}
	.iamgeArea input {
		width: 100%;
		overflow: hidden;
	}
	.iamgeArea .drag-drop-buttons {

	}

.imagebox img{
	height: 100px;
	width: 150px;
}
.prevbox{
	overflow: hidden;
	padding-bottom: 10px;
	display: inline-block;
	height: auto;
	width: 250px;
	vertical-align: top;
}
.prevbox li{
	float: left;
	padding: 3px;
	list-style: none;
	background-image: none;
}
.prevbox img{
	width: 100%;
	height: auto;
}
